We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e362b1b commit 2ac528eCopy full SHA for 2ac528e
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
19
- id: check-docstring-first
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.11.7
+ rev: v0.12.12
23
24
- id: ruff
25
- id: ruff-format
@@ -33,6 +33,6 @@ repos:
33
- prettier-plugin-go-template@0.0.15
34
35
- repo: https://github.com/woodruffw/zizmor-pre-commit
36
- rev: v1.6.0
+ rev: v1.12.1
37
38
- id: zizmor
0 commit comments