Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 050a5c0

Browse files
committed
Raise max-complexity for tool output verification code.
1 parent 2f509ef commit 050a5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ logging-level=INFO
1313

1414
[flake8]
1515
max-line-length = 150
16-
max-complexity = 30
16+
max-complexity = 42
1717
# See galaxy
1818
ignore = E128,E501,E402,E741,D101,D102,D103,D105,D107,D200,D204,D205,D210,D400,D402
1919
exclude = galaxy/util/jstree.py

0 commit comments

Comments
 (0)