[flake8]
exclude = .git,__pycache__,lang/json
max-line-length = 88
ignore = E265, W503
