We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effe7f8 commit ddc899fCopy full SHA for ddc899f
1 file changed
.pre-commit-config.yaml
@@ -18,19 +18,19 @@ repos:
18
- id: check-executables-have-shebangs
19
#- id: debug-statements
20
- repo: https://github.com/rhysd/actionlint
21
- rev: v1.7.9
+ rev: v1.7.12
22
hooks:
23
- id: actionlint
24
- repo: https://github.com/google/yamlfmt
25
- rev: v0.20.0
+ rev: v0.21.0
26
27
- id: yamlfmt
28
- repo: https://github.com/psf/black
29
- rev: 25.12.0
+ rev: 26.5.1
30
31
- id: black
32
- repo: https://github.com/PyCQA/isort
33
- rev: 7.0.0
+ rev: 9.0.0a3
34
35
- id: isort
36
args: ["--profile", "black"]
0 commit comments