Skip to content

Commit b69391d

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | astral-sh/ruff-pre-commit | v0.15.1 | v0.15.7 | | github-tags | astral-sh/uv-pre-commit | 0.10.3 | 0.10.12 | | github-tags | zizmorcore/zizmor-pre-commit | v1.22.0 | v1.23.1 |
1 parent 0f6cd8a commit b69391d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.15.1
7+
rev: v0.15.7
88
hooks:
99
- id: ruff-check
1010
- id: ruff-format
@@ -24,7 +24,7 @@ repos:
2424
- id: fix-byte-order-marker
2525
- id: detect-private-key
2626
- repo: https://github.com/zizmorcore/zizmor-pre-commit
27-
rev: v1.22.0
27+
rev: v1.23.1
2828
hooks:
2929
- id: zizmor
3030
- repo: local
@@ -36,6 +36,6 @@ repos:
3636
require_serial: true
3737
entry: npx prettier --write --ignore-unknown
3838
- repo: https://github.com/astral-sh/uv-pre-commit
39-
rev: 0.10.3
39+
rev: 0.10.12
4040
hooks:
4141
- id: uv-lock

0 commit comments

Comments
 (0)