File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.0
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.15.1
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.2 .0
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.12 .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