File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : " v0.0.287 "
3
+ rev : " v0.11.13 "
4
4
hooks :
5
5
- id : ruff
6
6
args : [--fix, --exit-non-zero-on-fix]
7
7
- repo : https://github.com/psf/black
8
- rev : 23.9.1
8
+ rev : 25.1.0
9
9
hooks :
10
10
- id : black
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks.git
12
- rev : v4.1 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
@@ -19,14 +19,14 @@ repos:
19
19
- id : check-merge-conflict
20
20
- id : debug-statements
21
21
- repo : https://github.com/adrienverge/yamllint.git
22
- rev : v1.26.3
22
+ rev : v1.37.1
23
23
hooks :
24
24
- id : yamllint
25
25
files : \.(yaml|yml)$
26
26
types : [file, yaml]
27
27
entry : yamllint --strict
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.5.1
29
+ rev : v1.16.0
30
30
hooks :
31
31
- id : mypy
32
32
# empty args needed in order to match mypy cli behavior
43
43
- types-PyYAML
44
44
- types-dataclasses
45
45
- repo : https://github.com/pylint-dev/pylint
46
- rev : v2.17.5
46
+ rev : v3.3.7
47
47
hooks :
48
48
- id : pylint
49
49
additional_dependencies :
You can’t perform that action at this time.
0 commit comments