We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4228b41 commit 757b19fCopy full SHA for 757b19f
.pre-commit-config.yaml
@@ -12,20 +12,20 @@ repos:
12
- id: mixed-line-ending
13
- id: trailing-whitespace
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.8.4
+ rev: v0.11.0
16
hooks:
17
- id: ruff
18
args: [--fix, --exit-non-zero-on-fix]
19
- repo: https://github.com/psf/black
20
- rev: 24.10.0
+ rev: 25.1.0
21
22
- id: black
23
types: [python]
24
- repo: https://github.com/google/yamlfmt
25
- rev: v0.14.0
+ rev: v0.16.0
26
27
- id: yamlfmt
28
- repo: https://github.com/rhysd/actionlint
29
- rev: v1.7.4
+ rev: v1.7.7
30
31
- id: actionlint
0 commit comments