mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 07:42:20 -05:00
no idea why the build/local pep8s weren't picking them up before. also excluded import order pep8
5 lines
81 B
INI
5 lines
81 B
INI
[pep8]
|
|
max-line-length = 120
|
|
ignore = E402
|
|
exclude = ./migrations,./venv,./venv3
|