Skip to content

Commit b8a0691

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971) - [github.com/igorshubovych/markdownlint-cli: v0.32.0 → v0.32.1](igorshubovych/markdownlint-cli@v0.32.0...v0.32.1) - [github.com/kynan/nbstripout: 0.5.0 → 0.6.0](kynan/nbstripout@0.5.0...0.6.0)
1 parent efa95c2 commit b8a0691

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)