UPD: satisfy tests with django 3.2.8
Some checks failed
buildbot/tox Build done.

This commit is contained in:
2021-10-18 13:10:07 +02:00
parent c4e428f387
commit d0ee8e53d5
2 changed files with 27 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ disable=missing-docstring,
missing-class-docstring,
missing-function-docstring,
useless-object-inheritance,
consider-using-f-string,
[BASIC]
@@ -26,3 +27,7 @@ good-names=_,
[FORMAT]
max-line-length=120
[SIMILARITIES]
ignore-comments=no