dailycheckin/.flake8

16 lines
232 B
Plaintext
Raw Normal View History

[flake8]
max-line-length = 120
max-complexity = 24
ignore = F401, W503, E203, E501, F841, E722, C901
exclude =
.git,
__pycache__,
scripts,
logs,
upload,
build,
dist,
docs,
migrations,
.scrapy