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 1414repos :
1515 # Autoupdate: Python code
1616 - repo : https://github.com/asottile/pyupgrade
17- rev : v2.37.1
17+ rev : v2.37.2
1818 hooks :
1919 - id : pyupgrade
2020 args : [--py39-plus]
3535
3636 # Check python code static typing
3737 - repo : https://github.com/pre-commit/mirrors-mypy
38- rev : v0.961
38+ rev : v0.971
3939 hooks :
4040 - id : mypy
4141 args : [--config, ./mypy.ini]
@@ -102,14 +102,14 @@ repos:
102102
103103 # Lint: Markdown
104104 - repo : https://github.com/igorshubovych/markdownlint-cli
105- rev : v0.32.0
105+ rev : v0.32.1
106106 hooks :
107107 - id : markdownlint
108108 args : ["--fix"]
109109
110110 # Strip output from Jupyter notebooks
111111 - repo : https://github.com/kynan/nbstripout
112- rev : 0.5 .0
112+ rev : 0.6 .0
113113 hooks :
114114 - id : nbstripout
115115
You can’t perform that action at this time.
0 commit comments