blob: f4895aadd896ee87befc03ac91056d85e56db2a0 [file] [log] [blame]
[flake8]
exclude =
# Do not track .git dir
.git,
# Do not track virtualenv dir
venv,
# Ignore folders in gitignore
dist,
build,
# Do not track pycache dirs
__pycache__,
.tox,
max-line-length = 80
ignore = W504
# Output config:
show-source = True
statistics = True
tee = True
output-file = .flake8.log