Skip to content

Commit

Permalink
python: Switch to exclusive list for flake8 (#16159)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Apr 26, 2021
1 parent 0143bc2 commit 1d234a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

[flake8]

# TODO(phlax): make this an exclusive list and enable most tests
select = N802,F401,E111,F821,E9,F63,F72,F82
# TODO(phlax): ignore less
ignore = W503,W504,E121,E126,E241,E125,E127,E129,E251,E265,E303,E306,E402,E501,E502,E711,E713,E722,E741,F523,F541,F841,N803,N806,N817,W605

# TODO(phlax): exclude less
exclude = build_docs,.git,generated,test,examples,venv

0 comments on commit 1d234a8

Please sign in to comment.