tox: Restore pep8 target

... so that we can run flake8 check more easily. Note that the check
is not yet enforced in CI.
This commit is contained in:
Takashi Kajinami 2025-06-08 22:20:49 +09:00
parent ca75d331f7
commit d19312ba75
1 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ deps = -r{toxinidir}/test-requirements.txt
# At some point we should enable this since tox expects it to exist but # At some point we should enable this since tox expects it to exist but
# the code will need pep8ising first. # the code will need pep8ising first.
#[testenv:pep8] [testenv:pep8]
#commands = flake8 commands = flake8
#dep = flake8 deps = flake8