# this file exists to support an editable PEP517 install and for `flake8` (https://github.com/PyCQA/flake8/issues/234)
[flake8]
max-line-length = 120
extend-ignore = E203
exclude = .git, __pycache__, build, dist, eggs, *.egg, .tox
