mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
24 lines
464 B
INI
24 lines
464 B
INI
[tool:pytest]
|
|
xfail_strict=true
|
|
|
|
|
|
[flake8]
|
|
exclude = venv*,__pycache__,node_modules,cache,migrations,build,sample_cap_xml_documents.py
|
|
max-line-length = 120
|
|
# W504 line break after binary operator
|
|
extend_ignore=B306, W504, E203, F824
|
|
|
|
[isort]
|
|
profile = black
|
|
multi_line_output = 3
|
|
|
|
[coverage:run]
|
|
omit =
|
|
# omit anything in a .local directory anywhere
|
|
*/.local/*
|
|
# omit everything in /usr
|
|
/usr/*
|
|
*/tests/*
|
|
*/virtualenvs/*
|
|
*/migrations/*
|