Skip to content

Commit

Permalink
disable flake8 warns/errs which are now fatal -- for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Dec 6, 2023
1 parent 2b9d3e6 commit 2f0d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ deps =
flake8
commands =
# W503: yapfs is right! https://github.com/google/yapf/issues/335
flake8 --ignore=E501,E722,W503,W504,E251,E126 --exclude="cfxdb/gen cfxdb/tests" cfxdb
flake8 --ignore=E501,E721,E722,W503,W504,E231,E251,E126 --exclude="cfxdb/gen cfxdb/tests" cfxdb


[testenv:yapf]
Expand Down

0 comments on commit 2f0d4e2

Please sign in to comment.