mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
17 lines
400 B
INI
17 lines
400 B
INI
[bdist_wheel]
|
|
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 =
|
|
**/urls.py : E501
|
|
**/config/apps.py : F401
|
|
**/core/apps.py : F401
|
|
**/exercises/apps.py : F401
|
|
**/gym/apps.py : F401
|
|
**/manager/apps.py : F401
|