Skip to content

Commit 72a4e83

Browse files
chore: update pre-commit hooks versions (#176)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
1 parent 0573b28 commit 72a4e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
1616
- id: detect-private-key
1717

1818
- repo: https://github.com/psf/black
19-
rev: 25.1.0
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222

@@ -27,7 +27,7 @@ repos:
2727
args: [--remove-all-unused-imports, --remove-unused-variables, --in-place, --recursive]
2828

2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30-
rev: v2.14.0
30+
rev: v2.15.0
3131
hooks:
3232
- id: pretty-format-yaml
3333
args: [--autofix, --indent, '2', --offset, '2']

0 commit comments

Comments
 (0)