We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0186c commit ed69262Copy full SHA for ed69262
tox.ini
@@ -39,5 +39,5 @@ skip_install = true
39
description = run static analysis and style check using flake8
40
basepython = python3.8
41
deps = flake8
42
-commands = python -m flake8 --show-source listennotes tests setup.py
+commands = python -m flake8 --show-source listennotes tests setup.py --max-line-length=100
43
skip_install = true
0 commit comments