mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
8 lines
143 B
INI
8 lines
143 B
INI
[pycodestyle]
|
|
max-line-length = 120
|
|
ignore = E402, E722
|
|
exclude = ./migrations,./venv,./venv3,./build,./cache
|
|
|
|
[tool:pytest]
|
|
xfail_strict=true
|