Adds line length and import-error to .pylintrc

This commit is contained in:
Mouse Reeve 2022-07-02 10:50:17 -07:00
parent f5d6a18ce0
commit f68c80dfff
1 changed files with 4 additions and 1 deletions

View File

@ -3,4 +3,7 @@ ignore=migrations
load-plugins=pylint.extensions.no_self_use
[MESSAGES CONTROL]
disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401,R0801,C3001
disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401,R0801,C3001,import-error
[FORMAT]
max-line-length=88