From d19312ba751f03bc249ba6bdc096adf291d00d22 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 8 Jun 2025 22:20:49 +0900 Subject: [PATCH] tox: Restore pep8 target ... so that we can run flake8 check more easily. Note that the check is not yet enforced in CI. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 8c629cf..3d175eb 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,6 @@ deps = -r{toxinidir}/test-requirements.txt # At some point we should enable this since tox expects it to exist but # the code will need pep8ising first. -#[testenv:pep8] -#commands = flake8 -#dep = flake8 +[testenv:pep8] +commands = flake8 +deps = flake8