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 @@ -4,7 +4,7 @@ default_language_version:
4
4
repos :
5
5
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.4 .0
7
+ rev : v4.5 .0
8
8
hooks :
9
9
- id : check-added-large-files
10
10
args : ['--maxkb=512']
@@ -15,13 +15,13 @@ repos:
15
15
- id : requirements-txt-fixer
16
16
17
17
- repo : https://github.com/codespell-project/codespell
18
- rev : v2.2.5
18
+ rev : v2.2.6
19
19
hooks :
20
20
- id : codespell
21
21
exclude : main.spec
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
args : [
32
32
name : isort (python)
33
33
34
34
- repo : https://github.com/PyCQA/autoflake
35
- rev : v2.2.0
35
+ rev : v2.3.1
36
36
hooks :
37
37
- id : autoflake
38
38
name : autoflake
@@ -48,14 +48,14 @@ repos:
48
48
]
49
49
50
50
- repo : https://github.com/asottile/add-trailing-comma
51
- rev : v2.5.1
51
+ rev : v3.1.0
52
52
hooks :
53
53
- id : add-trailing-comma
54
54
args :
55
55
- --py36-plus
56
56
57
57
- repo : https://github.com/psf/black
58
- rev : 23 .3.0
58
+ rev : 24 .3.0
59
59
hooks :
60
60
- id : black
61
61
args : [
You can’t perform that action at this time.
0 commit comments