[deps] move ruff into special group because we can't build it on CI
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed

This commit is contained in:
bronsen 2025-12-05 18:18:38 +01:00
parent 6a5d798236
commit 46b2a90869
4 changed files with 4 additions and 44 deletions

View file

@ -52,8 +52,8 @@ dev = [
"pytest>=9.0.1",
"pytest-asyncio>=1.3.0",
"pytest-textual-snapshot>=1.0.0",
"ruff>=0.14.8",
]
lint = ["ruff>=0.14.8"]
[build-system]
requires = ["hatch-vcs", "hatchling"]