Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ci:
- renovate-config-validator # container limits
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.5
rev: 0.9.7
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -27,20 +27,20 @@ repos:
args: ["--upgrade"]
stages: [manual]
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 41.159.2
rev: 41.168.1
hooks:
- id: renovate-config-validator
alias: renovate
args: [--strict]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.2.7"
rev: "v2.3.2"
hooks:
- id: biome-check
name: biome
alias: biome
args: [--unsafe]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v9.2.1
hooks:
- id: cspell
name: cspell
Expand All @@ -62,15 +62,15 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.6.38
rev: v0.6.39
hooks:
- id: tombi-format
alias: toml
- id: tombi-lint
alias: toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.2
rev: v0.14.3
hooks:
- id: ruff-format
alias: ruff
Expand Down
2 changes: 1 addition & 1 deletion config/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"enabled": true,
"groupName": "all dependencies",
"groupSlug": "all",
"rangeStrategy": "update-lockfile",
"rangeStrategy": "replace",
"rebaseWhen": "behind-base-branch",
"recreateWhen": "always"
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ PRE_COMMIT_COLOR = "always"
FORCE_COLOR = "1"

[tool.uv]
default-groups = ["dev", "lint"]
# default-groups = "All"
package = true

[tool.uv.workspace]
Expand Down
Loading
Loading