[flake8]
per-file-ignores =
    __init__.py:F401
max-line-length = 110
safe = true
skip-string-normalization = true
ignore = E203,W503
