[flake8]
ignore = E722, W503, E402
max-line-length = 120
per-file-ignores =
    conftest.py
    __init__.py: F401