diff --git a/pyproject.toml b/pyproject.toml index 19674d6..bebf8af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,9 @@ format = [ "isort surplus" ] +[tool.hatch.envs.hatch-static-analysis] +dependencies = ["ruff>=0.3.2"] + [tool.hatch.envs.docs] detached = true description = "env for generator documentation"