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.16.0
14
+ rev : v3.19.1
15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
34
34
35
35
# Autoformat: Python code
36
36
- repo : https://github.com/psf/black
37
- rev : 24.4.2
37
+ rev : 24.10.0
38
38
hooks :
39
39
- id : black
40
40
46
46
47
47
# Misc...
48
48
- repo : https://github.com/pre-commit/pre-commit-hooks
49
- rev : v4.6 .0
49
+ rev : v5.0 .0
50
50
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
51
51
hooks :
52
52
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -64,13 +64,13 @@ repos:
64
64
65
65
# Lint: Python code
66
66
- repo : https://github.com/PyCQA/flake8
67
- rev : " 7.1.0 "
67
+ rev : " 7.1.1 "
68
68
hooks :
69
69
- id : flake8
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.17 .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