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:
Marc Herbert 2023-09-01 17:43:50 +00:00 committed by Martí Bolívar
parent 98800b3d9a
commit bcd58e0e38
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ envlist=py3
ignore = E126,E261,E302,E305,W504
# Don't lint setup.py, the .tox virtualenv directory, or the build directory
exclude = setup.py,.tox,build
max-line-length = 100
[mypy]
mypy_path=src