Skip to content

Commit 4ddca1c

Browse files
authored
Merge pull request #1755 from jupyter/pre-commit-ci-update-config
2 parents efa95c2 + b8a0691 commit 4ddca1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
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]
@@ -35,7 +35,7 @@ repos:
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

0 commit comments

Comments
 (0)