File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
repos :
12
12
# Autoformat: markdown, yaml
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v3.1.0 # Don't upgrade, v4 causes "No files matching [...]" issues
14
+ rev : v4.0.0-alpha.8 # Don't upgrade, v4 causes "No files matching [...]" issues
15
15
hooks :
16
16
- id : prettier
17
17
18
18
# Autoformat: Python code, syntax patterns are modernized
19
19
- repo : https://github.com/asottile/pyupgrade
20
- rev : v3.19.1
20
+ rev : v3.20.0
21
21
hooks :
22
22
- id : pyupgrade
23
23
args :
24
24
- --py36-plus
25
25
26
26
# Autoformat: Python code
27
27
- repo : https://github.com/pycqa/isort
28
- rev : " 6.0 .0"
28
+ rev : " 6.1 .0"
29
29
hooks :
30
30
- id : isort
31
31
32
32
# Autoformat: Python code
33
- - repo : https://github.com/psf/black
34
- rev : " 25.1 .0"
33
+ - repo : https://github.com/psf/black-pre-commit-mirror
34
+ rev : " 25.9 .0"
35
35
hooks :
36
36
- id : black
37
37
38
38
# Lint: Python code
39
39
- repo : https://github.com/pycqa/flake8
40
- rev : " 7.1.1 "
40
+ rev : " 7.3.0 "
41
41
hooks :
42
42
- id : flake8
43
43
args :
You can’t perform that action at this time.
0 commit comments