We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2f9b4 commit a487b68Copy full SHA for a487b68
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-yaml
9
- id: end-of-file-fixer
@@ -25,16 +25,16 @@ repos:
25
- id: gitlint
26
27
- repo: https://github.com/adrienverge/yamllint
28
- rev: v1.35.1
+ rev: v1.37.1
29
30
- id: yamllint
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.3.7
+ rev: v0.12.1
34
35
- id: ruff-format
36
37
38
39
40
- id: ruff
0 commit comments