ci: attempt to fix ruff in ci
This commit is contained in:
parent
4a10586824
commit
d64eb987a9
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue