Skip to content

Commit e07db6a

Browse files
committed
configure linter to allow longer lines
1 parent 707921d commit e07db6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ setenv =
2323
deps = .[linter]
2424
commands = flake8 virtualenvwrapper docs/source/conf.py
2525

26+
[flake8]
27+
max-line-length = 200
28+
2629
[testenv:zsh]
2730
setenv =
2831
USING_TOX = 1

0 commit comments

Comments
 (0)