blob: 4ad4cc033a33f17294f1ab391d5541d1e016cfdc [file] [log] [blame]
[flake8]
exclude =
venv
.venv
__pycache__
.pytest_cache
docs
examples
Dashboard
# Recommend matching the black line length (default 88),
# rather than using the flake8 default of 79:
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,