mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Removed dead code and dead depcrecated route
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[tool:pytest]
|
||||
norecursedirs=node_modules bower_components
|
||||
norecursedirs=node_modules
|
||||
xfail_strict=true
|
||||
|
||||
[tool:isort]
|
||||
@@ -10,4 +10,4 @@ multi_line_output = 3
|
||||
[tool:flake8]
|
||||
exclude = venv*,__pycache__,node_modules,cache,build
|
||||
max-line-length = 120
|
||||
extend_ignore=B306, W504, E203
|
||||
extend_ignore=B306, W504, E203
|
||||
|
||||
Reference in New Issue
Block a user