1
0
Fork 0

flake8: Fix ignored paths

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
environments/stage/deployments/282
Vasilis Tsiligiannis 2019-01-07 17:50:15 +02:00
parent 0d49af9659
commit 18c40012c2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ install_requires =
max-complexity = 25
max-line-length = 99
ignore = F403
exclude = *migrations/*,docs
exclude = network/_version.py,versioneer.py,*/migrations,docs
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the