mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 14:14:27 -05:00
14 lines
233 B
INI
14 lines
233 B
INI
[tool:pytest]
|
|
norecursedirs=node_modules
|
|
xfail_strict=true
|
|
|
|
[tool:isort]
|
|
profile = black
|
|
multi_line_output = 3
|
|
|
|
|
|
[tool:flake8]
|
|
exclude = venv*,__pycache__,node_modules,cache,build
|
|
max-line-length = 120
|
|
extend_ignore=B306, W504, E203
|