Revert "[deps] move ruff into special group because we can't build it on CI"
All checks were successful
ci/woodpecker/push/workflow/2 Pipeline was successful
ci/woodpecker/push/workflow/1 Pipeline was successful

This reverts commit 46b2a90869.
This commit is contained in:
bronsen 2025-12-05 18:39:47 +01:00
parent a8c4a36fd1
commit df845c41f3
3 changed files with 41 additions and 1 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"]