
[flake8]
ignore = E226,E302,E41,E741
max-line-length = 100
exclude = env
max-complexity = 8
accept-encodings = utf-8
