[flake8]
ignore = E226,E302,E41,W503,E203,E402
max-line-length = 99
exclude = tests/*
max-complexity = 10