mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 22:24:22 -05:00
8 lines
195 B
INI
8 lines
195 B
INI
[pycodestyle]
|
|
max-line-length = 120
|
|
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
|
|
|
|
[tool:pytest]
|
|
norecursedirs = node_modules bower_components
|
|
xfail_strict=true
|