Skip to content

Commit e2223db

Browse files
committed
modify flake8's max-line setting for tests, examples
1 parent 67708f4 commit e2223db

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
@@ -27,4 +27,4 @@ basepython = python3.7
2727
deps =
2828
six
2929
flake8
30-
commands = flake8 tests/ examples/
30+
commands = flake8 tests/ examples/ --max-line-length=120

0 commit comments

Comments
 (0)