Skip to content

Commit 0145226

Browse files
authored
Merge pull request #384 from laf-rge/fix-setuptools
Fix setuptools dashes into underscore
2 parents 66996ba + 24c0dc5 commit 0145226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
2-
max-line-length = 100
3-
max-complexity = 10
2+
max_line_length = 100
3+
max_complexity = 10
44
filename = *.py
55
format = default
66
exclude =/quickbooks/objects/__init__.py

0 commit comments

Comments
 (0)