[flake8]
max-complexity = 18
max-line-length = 100
per-file-ignores =
    __init__.py:F401
extend-ignore =
    W503
    E203
extend-select =
    W504