Cloud-CV/EvalAI

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[flake8]
max-line-length = 120
exclude = .git,*/migrations/*,*/static/CACHE/*,docs/,env/,fabfile/,node_modules/,bower_components/

[pytest]
DJANGO_SETTINGS_MODULE = settings.test
norecursedirs = .git */migrations/* */static/* docs env