diff --git a/tox.ini b/tox.ini index b594747..c71fb09 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ deps = flake8-print pydocstyle commands = - flake8 src/ tests/ + flake8 src/ description = Run the flake8 tool with several plugins (bandit, docstrings, import order, pep8 naming). #########################