File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-ast
6
6
- id : check-builtin-literals
@@ -11,32 +11,32 @@ repos:
11
11
- id : fix-encoding-pragma
12
12
args : [--remove]
13
13
- repo : https://github.com/asottile/setup-cfg-fmt
14
- rev : v1.20.1
14
+ rev : v2.7.0
15
15
hooks :
16
16
- id : setup-cfg-fmt
17
17
args : ["--max-py-version", "3.9"]
18
18
19
19
- repo : https://github.com/asottile/pyupgrade
20
- rev : v2.34.0
20
+ rev : v3.19.1
21
21
hooks :
22
22
- id : pyupgrade
23
23
args : [--py38-plus]
24
24
- repo : https://github.com/psf/black
25
- rev : 22.3 .0
25
+ rev : 24.10 .0
26
26
hooks :
27
27
- id : black
28
28
language_version : python3
29
29
- repo : https://github.com/PyCQA/isort
30
- rev : 5.10.1
30
+ rev : 5.13.2
31
31
hooks :
32
32
- id : isort
33
33
- repo : https://github.com/PyCQA/flake8
34
- rev : 4.0 .1
34
+ rev : 7.1 .1
35
35
hooks :
36
36
- id : flake8
37
37
38
38
- repo : https://github.com/codespell-project/codespell
39
- rev : v2.1 .0
39
+ rev : v2.3 .0
40
40
hooks :
41
41
- id : codespell
42
42
files : " .py|.rst|.md"
You can’t perform that action at this time.
0 commit comments