[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971)
- [github.com/igorshubovych/markdownlint-cli: v0.32.0 → v0.32.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.0...v0.32.1)
- [github.com/kynan/nbstripout: 0.5.0 → 0.6.0](https://github.com/kynan/nbstripout/compare/0.5.0...0.6.0)
This commit is contained in:
pre-commit-ci[bot]
2022-07-25 22:38:06 +00:00
committed by GitHub
parent efa95c2c5b
commit b8a0691db2

View File

@@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.2
hooks:
- id: pyupgrade
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
# Check python code static typing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.971
hooks:
- id: mypy
args: [--config, ./mypy.ini]
@@ -102,14 +102,14 @@ repos:
# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.0
rev: v0.32.1
hooks:
- id: markdownlint
args: ["--fix"]
# Strip output from Jupyter notebooks
- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
rev: 0.6.0
hooks:
- id: nbstripout