Remove flake8-putty

This is not compatible with current version of flake8 and doesn't sem to be
needed anymore. This could be removed anyway with githubs super linter
anyway.
This commit is contained in:
Roland
2020-06-28 21:28:22 +02:00
parent 82cb8c2258
commit 7685b00e68
2 changed files with 8 additions and 3 deletions

View File

@@ -2,12 +2,18 @@
universal = 1
[flake8]
exclude = extras, build, dist, node_modules, migrations, settings.py, docs
# H101: Use TODO(NAME)
# W503: line break before binary operator
ignore = H101,W503
max-line-length = 100
putty-ignore =
exclude =
extras,
build,
dist,
node_modules,
migrations,
settings.py,
docs,
**/urls.py : E501
**/config/apps.py : F401
**/core/apps.py : F401