Add exclusions to flake8 config (#1169)

This excludes directories which should not be linted. This
1. makes the lint test more representative of what is run in CI
2. is faster
This commit is contained in:
Matt Weiden
2020-02-24 08:33:25 -08:00
committed by GitHub
parent c7f2032dd7
commit 281154f591
+1 -2
View File
@@ -1,5 +1,4 @@
[flake8]
max-line-length = 120
ignore = E203, W503
exclude =
server/data_common/fbs/NetEncoding/
exclude = server/data_common/fbs/NetEncoding/,.git,__pycache__,venv,server/venv,old,build,dist,server/data_common/fbs/NetEncoding