We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc2973 commit ff14b00Copy full SHA for ff14b00
1 file changed
setup.cfg
@@ -1,9 +1,9 @@
1
[metadata]
2
-description-file = README.md
+description_file = README.md
3
4
[flake8]
5
-max-line-length = 100
6
-max-complexity = 10
+max_line_length = 100
+max_complexity = 10
7
filename = *.py
8
format = default
9
exclude =/quickbooks/objects/__init__.py
0 commit comments