diff --git a/tox.ini b/tox.ini index c849d97..b94ea57 100644 --- a/tox.ini +++ b/tox.ini @@ -89,14 +89,14 @@ extras = deps = black[jupyter]>=24.1 codespell>=2 - pylama>=8.4.1 pyright>=1.1 + ruff>=0.8 tblfaker commands = - black --check examples + ruff format --check examples codespell -q2 examples pyright examples - pylama examples + ruff check examples [testenv:readme] skip_install = true