UPD: made pylint happy again
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2021-10-19 11:17:24 +02:00
parent d0ee8e53d5
commit ef98d51e8c
3 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
persistent=no
load-plugins=pylint_django
[MESSAGES CONTROL]
disable=missing-docstring,
@@ -12,6 +11,8 @@ disable=missing-docstring,
missing-function-docstring,
useless-object-inheritance,
consider-using-f-string,
unspecified-encoding,
django-not-configured,
[BASIC]