diff --git a/tox.ini b/tox.ini index 45bed02..b89285d 100644 --- a/tox.ini +++ b/tox.ini @@ -45,8 +45,8 @@ allowlist_externals = commands = black {toxinidir}/tests/ bash -c "reorder-python-imports {toxinidir}/tests/*.py --unclassifiable-application-module tox_poetry_installer" - pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/ - mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/ + bash -c "pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/*.py" + bash -c "mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/*.py" [testenv:security] description = Security checks