[flake8]
exclude =test_*.py,__init__.py,extras,third_party,test/*,scripts/*
max-line-length = 79

# E12x continuation line indentation

ignore = E121,E722
