We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c668796 commit 9933878Copy full SHA for 9933878
.flake8
@@ -1,6 +1,6 @@
1
[flake8]
2
max-line-length = 88
3
-max-complexity = 25
+max-complexity = 21
4
extend-ignore =
5
A003 # Class attribute is shadowing a python builtin
6
# Formatting style for `black`
0 commit comments