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.15.0
14
+ rev : v3.15.2
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.2 .1
22
+ rev : v2.3 .1
23
23
hooks :
24
24
- id : autoflake
25
25
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
34
34
35
35
# Autoformat: Python code
36
36
- repo : https://github.com/psf/black
37
- rev : 24.1.1
37
+ rev : 24.3.0
38
38
hooks :
39
39
- id : black
40
40
70
70
71
71
# Lint: JS code
72
72
- repo : https://github.com/pre-commit/mirrors-eslint
73
- rev : " v8.56 .0" # Use the sha / tag you want to point at
73
+ rev : " v9.0.0-rc .0" # Use the sha / tag you want to point at
74
74
hooks :
75
75
- id : eslint
76
76
files : \.jsx?$
You can’t perform that action at this time.
0 commit comments