File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.3.2
14
+ rev : v3.14.0
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/PyCQA/autoflake
22
- rev : v2.1 .1
22
+ rev : v2.2 .1
23
23
hooks :
24
24
- id : autoflake
25
25
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -34,13 +34,13 @@ repos:
34
34
35
35
# Autoformat: Python code
36
36
- repo : https://github.com/psf/black
37
- rev : 23.3.0
37
+ rev : 23.9.1
38
38
hooks :
39
39
- id : black
40
40
41
41
# Autoformat: markdown, yaml
42
42
- repo : https://github.com/pre-commit/mirrors-prettier
43
- rev : v3.0.0-alpha.9-for-vscode
43
+ rev : v3.0.3
44
44
hooks :
45
45
- id : prettier
46
46
56
56
57
57
# Lint: Python code
58
58
- repo : https://github.com/PyCQA/flake8
59
- rev : " 6.0 .0"
59
+ rev : " 6.1 .0"
60
60
hooks :
61
61
- id : flake8
62
62
You can’t perform that action at this time.
0 commit comments