fix(deps): update dependency group format in pyproject.toml
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 6s
CI / ci (pull_request) Failing after 2m13s

This commit is contained in:
2025-10-13 19:00:27 +01:00
parent 079422d136
commit dd90bb7eb3

View File

@@ -16,8 +16,8 @@ dependencies = [
[project.scripts] [project.scripts]
app = "app.main:main" app = "app.main:main"
[tool.uv] [dependency-groups]
dev-dependencies = [ dev = [
"black<25.9.1,>=25.9.0", "black<25.9.1,>=25.9.0",
"coverage<8.0.0,>=7.5.0", "coverage<8.0.0,>=7.5.0",
"pylint<4.0.0,>=3.1.0", "pylint<4.0.0,>=3.1.0",