diff --git a/pyproject.toml b/pyproject.toml index 3f8027be..f2c465e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,9 @@ dependencies = {file = "requirements.txt"} [tool.isort] profile = "black" + +[tool.rye] +dev-dependencies = [ + "pre-commit>=3.7.0", + "ipython>=8.23.0", +]