Skip to content
Snippets Groups Projects
setup.cfg 518 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
max-line-length = 120
ignore = E129 W503 W504 W605 E203 E402

[tool:pytest]
addopts =
Colm Talbot's avatar
Colm Talbot committed
    --ignore test/import_test.py
    --ignore test/integration/other_test.py
    --ignore test/integration/example_test.py
    --ignore test/integration/sample_from_the_prior_test.py
Moritz Huebner's avatar
Moritz Huebner committed
    --ignore test/gw/plot_test.py
    --ignore test/integration/sampler_run_test.py
license_file = LICENSE.md