File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ exclude: >
10
10
)
11
11
repos :
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.5 .0
13
+ rev : v4.6 .0
14
14
hooks :
15
15
- id : trailing-whitespace
16
16
- id : end-of-file-fixer
17
17
exclude_types : [sql]
18
18
- id : check-yaml
19
19
- repo : https://github.com/PyCQA/autoflake
20
- rev : v2.2 .1
20
+ rev : v2.3 .1
21
21
hooks :
22
22
- id : autoflake
23
23
exclude : &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
28
28
- --remove-duplicate-keys
29
29
- --remove-unused-variables
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v3.15 .0
31
+ rev : v3.16 .0
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py36-plus]
@@ -39,11 +39,11 @@ repos:
39
39
exclude : docs*
40
40
additional_dependencies : [toml]
41
41
- repo : https://github.com/psf/black
42
- rev : 23.12.0
42
+ rev : 24.4.2
43
43
hooks :
44
44
- id : black
45
45
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
46
- rev : v2.11 .0
46
+ rev : v2.14 .0
47
47
hooks :
48
48
- id : pretty-format-ini
49
49
args : [--autofix]
You can’t perform that action at this time.
0 commit comments