mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Exclude cache directory from pep8
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[pep8]
|
[pep8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components
|
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
norecursedirs = node_modules bower_components
|
norecursedirs = node_modules bower_components
|
||||||
|
|||||||
Reference in New Issue
Block a user