mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
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:
10
setup.cfg
10
setup.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user