[flake8]
max-line-length = 120
ignore = F841,E722,W605,E265,W503,E203,E501
per-file-ignores = __init__.py:F401
