File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -14,17 +14,17 @@ repos:
14
14
- id : mixed-line-ending
15
15
args : [--fix=lf]
16
16
- repo : https://github.com/adrienverge/yamllint
17
- rev : v1.35 .1
17
+ rev : v1.37 .1
18
18
hooks :
19
19
- id : yamllint
20
20
- repo : https://github.com/astral-sh/ruff-pre-commit
21
- rev : v0.5.7
21
+ rev : v0.11.9
22
22
hooks :
23
23
- id : ruff
24
24
args : [--fix, --exit-non-zero-on-fix]
25
25
- id : ruff-format
26
26
- repo : https://github.com/asottile/blacken-docs
27
- rev : 1.18.0
27
+ rev : 1.19.1
28
28
hooks :
29
29
- id : blacken-docs
30
30
- repo : meta
44
44
- id : prettier
45
45
files : \.(css|less|scss|graphql|gql|js|jsx|json|md|markdown|mdown|mkdn|mdx|vue)$
46
46
- repo : https://github.com/pre-commit/mirrors-eslint
47
- rev : v9.9 .0
47
+ rev : v9.26 .0
48
48
hooks :
49
49
- id : eslint
50
50
args : [--format=compact]
You can’t perform that action at this time.
0 commit comments