Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit ea867bf

Browse files
committed
Raise the max McCabe complexity.
1 parent a5edcde commit ea867bf

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
@@ -15,4 +15,4 @@ commands= py.test {toxinidir}/test/
1515
[testenv:lint]
1616
basepython=python3.5
1717
deps = flake8==2.5.4
18-
commands = flake8 --max-complexity 10 hyper test
18+
commands = flake8 --max-complexity 15 hyper test

0 commit comments

Comments
 (0)