Skip to content

Commit a487b68

Browse files
committed
chore: Update pre-commit
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent db2f9b4 commit a487b68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -25,16 +25,16 @@ repos:
2525
- id: gitlint
2626

2727
- repo: https://github.com/adrienverge/yamllint
28-
rev: v1.35.1
28+
rev: v1.37.1
2929
hooks:
3030
- id: yamllint
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.3.7
33+
rev: v0.12.1
3434
hooks:
3535
- id: ruff-format
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.3.7
38+
rev: v0.12.1
3939
hooks:
4040
- id: ruff

0 commit comments

Comments
 (0)