[flake8]
max-line-length = 100
extend-ignore = E203
per-file-ignores =
    __init__.py:F401,F403
    methods.py:E501
