Skip to content

Commit ae3e9c5

Browse files
committed
flake 8 config: shorten max line-length to 91
(Currently the code-base has a couple of lines with length 91.)
1 parent ca67959 commit ae3e9c5

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
@@ -26,7 +26,7 @@ commands =
2626
pylint {posargs:lektor setup.py tests}
2727

2828
[flake8]
29-
max-line-length = 100
29+
max-line-length = 91
3030
extend-ignore =
3131
# E203: Whitespace before ':'
3232
E203,

0 commit comments

Comments
 (0)