File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,35 +5,35 @@ default_language_version:
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.6 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : end-of-file-fixer
12
12
- id : check-yaml
13
13
- id : check-added-large-files
14
14
15
15
- repo : https://github.com/psf/black
16
- rev : " 24.8 .0"
16
+ rev : " 25.1 .0"
17
17
hooks :
18
18
- id : black
19
19
20
20
- repo : https://github.com/PyCQA/isort
21
- rev : " 5.13.2 "
21
+ rev : " 6.0.1 "
22
22
hooks :
23
23
- id : isort
24
24
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : " 7.1.1 "
26
+ rev : " 7.1.2 "
27
27
hooks :
28
28
- id : flake8
29
29
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : " v3.17.0 "
31
+ rev : " v3.19.1 "
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : ["--py37-plus"]
35
35
36
36
- repo : https://github.com/floatingpurr/sync_with_poetry
37
- rev : 1.1 .0
37
+ rev : 1.2 .0
38
38
hooks :
39
39
- id : sync_with_poetry
You can’t perform that action at this time.
0 commit comments