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 14
14
repos :
15
15
# Autoupdate: Python code
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v2.37.1
17
+ rev : v2.37.2
18
18
hooks :
19
19
- id : pyupgrade
20
20
args : [--py39-plus]
35
35
36
36
# Check python code static typing
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v0.961
38
+ rev : v0.971
39
39
hooks :
40
40
- id : mypy
41
41
args : [--config, ./mypy.ini]
@@ -102,14 +102,14 @@ repos:
102
102
103
103
# Lint: Markdown
104
104
- repo : https://github.com/igorshubovych/markdownlint-cli
105
- rev : v0.32.0
105
+ rev : v0.32.1
106
106
hooks :
107
107
- id : markdownlint
108
108
args : ["--fix"]
109
109
110
110
# Strip output from Jupyter notebooks
111
111
- repo : https://github.com/kynan/nbstripout
112
- rev : 0.5 .0
112
+ rev : 0.6 .0
113
113
hooks :
114
114
- id : nbstripout
115
115
You can’t perform that action at this time.
0 commit comments