Skip to content

Commit ed69262

Browse files
committed
Explicitly set max-line-length
1 parent 9c0186c commit ed69262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ skip_install = true
3939
description = run static analysis and style check using flake8
4040
basepython = python3.8
4141
deps = flake8
42-
commands = python -m flake8 --show-source listennotes tests setup.py
42+
commands = python -m flake8 --show-source listennotes tests setup.py --max-line-length=100
4343
skip_install = true

0 commit comments

Comments
 (0)