added .pylintrc

This commit is contained in:
Peter Dwyer
2022-08-31 14:48:34 +01:00
parent bcb58c6690
commit 11eb3b9d20
2 changed files with 6 additions and 9 deletions

6
.pylintrc Normal file
View File

@@ -0,0 +1,6 @@
[MAIN]
max-line-length=120
ignore-paths=.*/migrations
load-plugins = pylint_django
disable = missing-class-docstring,missing-function-docstring,abstract-method,missing-module-docstring,imported-auth-user
good-names=pk