[flake8]
ignore = E501
max-complexity = 10
per-file-ignores =__init__.py:F401
