[flake8] ignore = # Line too long E501 # at least two spaces before inline comment E261 max-complexity = 10 max-line-length = 120 per-file-ignores = # Imported but unused __init__.py:F401