Extend max line length

The existing code does not expect 79 characters limit. Extend the limit
to avoid mass update.
This commit is contained in:
Takashi Kajinami 2025-06-12 22:52:11 +09:00
parent e2d2931237
commit c269a9debc
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8] [testenv:pep8]
commands = flake8 commands = flake8
deps = flake8 deps = flake8
[flake8]
max-line-length = 160