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 @@ -3,37 +3,37 @@ default_stages: [commit]
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : check-yaml
11
11
12
12
- repo : https://github.com/asottile/pyupgrade
13
- rev : v3.3.1
13
+ rev : v3.17.0
14
14
hooks :
15
15
- id : pyupgrade
16
16
args : [--py310-plus]
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 23.1 .0
19
+ rev : 24.8 .0
20
20
hooks :
21
21
- id : black
22
22
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.12.0
24
+ rev : 5.13.2
25
25
hooks :
26
26
- id : isort
27
27
28
28
- repo : https://github.com/PyCQA/flake8
29
- rev : 6.0.0
29
+ rev : 7.1.1
30
30
hooks :
31
31
- id : flake8
32
32
args : ["--config=setup.cfg"]
33
33
additional_dependencies : [flake8-isort]
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-mypy
36
- rev : v1.4.0
36
+ rev : v1.11.2
37
37
hooks :
38
38
- id : mypy
39
39
args : ["--strict"]
You can’t perform that action at this time.
0 commit comments