Files
wger/setup.cfg
2017-04-21 14:10:46 -04:00

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