Feat flake8 strength (#209)

* remove warnings from flake
This commit is contained in:
Markos Gogoulos
2021-06-03 18:26:53 +03:00
committed by GitHub
parent 748d4bae4b
commit 7bda0acd8b
7 changed files with 12 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
[flake8]
exclude = .git,*migrations*
max-line-length = 119
ignore=F401,F403,E501,W503
#ignore=F401,F403,E501,W503
ignore=E501