Skip to content

Commit

Permalink
Finally, remove the stupid cyclomatic complexity check
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Jun 11, 2022
1 parent 90b6d91 commit 2033743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[flake8]
ignore = E111,E114,E121,E125,E126,E127,E128,E129,E131,E133,E201,E202,E203,E221,E222,E241,E251,E261,E301,E303,E402,W503,W504
max-complexity = 10
max-line-length = 80
exclude = testdata

0 comments on commit 2033743

Please sign in to comment.