Skip to content
Snippets Groups Projects
setup.cfg 151 B
Newer Older
Gregory Ashton's avatar
Gregory Ashton committed
[flake8]
Colm Talbot's avatar
Colm Talbot committed
exclude = .git,docs,build,dist,test,*__init__.py
Gregory Ashton's avatar
Gregory Ashton committed
max-line-length = 160
Gregory Ashton's avatar
Gregory Ashton committed
ignore = E129

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