1
0
Fork 0

Add .pylintrc with fixes for new pylint version

This commit is contained in:
Joel Bradshaw 2022-06-05 14:38:03 -07:00
parent 7905be7de2
commit 6d6ab9a531
4 changed files with 10 additions and 4 deletions

6
.pylintrc Normal file
View file

@ -0,0 +1,6 @@
[MAIN]
ignore=migrations
load-plugins=pylint.extensions.no_self_use
[MESSAGES CONTROL]
disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401,R0801,C3001