[flake8]
exclude = .git,docs,build,dist,test,*__init__.py
max-line-length = 160
ignore = E129

[tool:pytest]
addopts =
    --ignore test/other_test.py