diff --git a/tox.ini b/tox.ini index 960e9a2c..024b12a8 100644 --- a/tox.ini +++ b/tox.ini @@ -40,8 +40,7 @@ commands = pytest examples/tests_on_toy_model.ipynb --nbmake --nbmake-timeout=30 [testenv:mypy] deps = commands_pre = poetry install --only main --only testenv --only mypy --sync -commands = - mypy black_it tests scripts examples +commands = make static [testenv:black] commands_pre = poetry install --only black --sync