Skip to content

Commit ddc899f

Browse files
committed
update pre-commit hooks
1 parent effe7f8 commit ddc899f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ repos:
1818
- id: check-executables-have-shebangs
1919
#- id: debug-statements
2020
- repo: https://github.com/rhysd/actionlint
21-
rev: v1.7.9
21+
rev: v1.7.12
2222
hooks:
2323
- id: actionlint
2424
- repo: https://github.com/google/yamlfmt
25-
rev: v0.20.0
25+
rev: v0.21.0
2626
hooks:
2727
- id: yamlfmt
2828
- repo: https://github.com/psf/black
29-
rev: 25.12.0
29+
rev: 26.5.1
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/isort
33-
rev: 7.0.0
33+
rev: 9.0.0a3
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black"]

0 commit comments

Comments
 (0)