mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
PEP8 was renamed to pycodestyle; this issue explains why: PyCQA/pycodestyle#466 This commit changes our tests to use pycodestyle instead of pep8. No changes to our code were required as a result.
7 lines
177 B
INI
7 lines
177 B
INI
[pycodestyle]
|
|
max-line-length = 120
|
|
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
|
|
|
|
[tool:pytest]
|
|
norecursedirs = node_modules bower_components
|