[flake8]
max-line-length = 120
exclude = .git,__pycache__,*.pyc,tests/
ignore = E203,W503
