From d64eb987a9b1c20009cb168c0f535ff5fba0b077 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 26 Mar 2024 19:11:42 +0000 Subject: [PATCH] ci: attempt to fix ruff in ci --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"