We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c342007 commit ebc740dCopy full SHA for ebc740d
tox.ini
@@ -0,0 +1,5 @@
1
+[flake8]
2
+ignore = C901,E121,E123,E126,E203,E226,E24,E704,W503,W504,F401,E265,E275,F841
3
+statistics = True
4
+max-line-length = 120
5
+max-complexity = 10
0 commit comments