diff --git a/tox.ini b/tox.ini index 992bd0a7..56f2cab6 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,12 @@ skip_install = true commands = isort --check prometheus_client/ tests/ +[testenv:isort-fix] +deps = {[testenv:isort]deps} +skip_install = true +commands = + isort prometheus_client/ tests/ + [testenv:mypy] deps = pytest