Skip to content
Snippets Groups Projects
.flake8 140 B
Newer Older
[flake8]
max-line-length = 100
per-file-ignores =
    # imported but unused and unable to detect undefined names
    __init__.py: F401, F403