File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
repos :
12
12
# Autoformat: Python code, syntax patterns are modernized
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.17.0
14
+ rev : v3.19.1
15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
18
18
- --py38-plus
19
19
20
20
# Autoformat: Python code
21
21
- repo : https://github.com/psf/black
22
- rev : 24.8 .0
22
+ rev : 25.1 .0
23
23
hooks :
24
24
- id : black
25
25
# args are not passed, but see the config in pyproject.toml
26
26
27
27
# Autoformat: Python code
28
28
- repo : https://github.com/pycqa/isort
29
- rev : 5.13.2
29
+ rev : 6.0.0
30
30
hooks :
31
31
- id : isort
32
32
# args are not passed, but see the config in pyproject.toml
61
61
62
62
# Misc autoformatting and linting
63
63
- repo : https://github.com/pre-commit/pre-commit-hooks
64
- rev : v4.6 .0
64
+ rev : v5.0 .0
65
65
hooks :
66
66
- id : end-of-file-fixer
67
67
exclude_types : [svg]
You can’t perform that action at this time.
0 commit comments