Do not lint scripts submodule

This commit is contained in:
Alexandre Iooss 2021-05-12 17:33:11 +02:00
parent 8a58af3b31
commit 1187577728
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 apps
flake8 apps --extend-exclude apps/scripts
[flake8]
ignore = W503, I100, I101