We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66996ba + 24c0dc5 commit 0145226Copy full SHA for 0145226
setup.cfg
@@ -1,6 +1,6 @@
1
[flake8]
2
-max-line-length = 100
3
-max-complexity = 10
+max_line_length = 100
+max_complexity = 10
4
filename = *.py
5
format = default
6
exclude =/quickbooks/objects/__init__.py
0 commit comments