Skip to content

Commit da5c5a3

Browse files
committed
increase maximum allowed lint complexity
1 parent e30c24f commit da5c5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands = pytest {posargs} tests/
1616
extend-ignore = E203
1717
extend-exclude = .tox,./env,./gspread/__init__.py
1818
max-line-length = 255
19-
max-complexity = 10
19+
max-complexity = 11
2020
show-source = True
2121
statistics = True
2222

0 commit comments

Comments
 (0)