tox.ini: set flake8 max-line-length to 100
Keep up with the times and new policies. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
98800b3d9a
commit
bcd58e0e38
1
tox.ini
1
tox.ini
|
@ -19,6 +19,7 @@ envlist=py3
|
||||||
ignore = E126,E261,E302,E305,W504
|
ignore = E126,E261,E302,E305,W504
|
||||||
# Don't lint setup.py, the .tox virtualenv directory, or the build directory
|
# Don't lint setup.py, the .tox virtualenv directory, or the build directory
|
||||||
exclude = setup.py,.tox,build
|
exclude = setup.py,.tox,build
|
||||||
|
max-line-length = 100
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
mypy_path=src
|
mypy_path=src
|
||||||
|
|
Loading…
Reference in New Issue