[pre-commit.ci] pre-commit autoupdate (#2177)

This commit is contained in:
pre-commit-ci[bot]
2024-12-03 01:27:55 +01:00
committed by GitHub
parent 7060f20fb5
commit d056af4d0c

View File

@@ -123,21 +123,21 @@ repos:
# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
args: ["--fix"]
# Strip output from Jupyter notebooks
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
# nbQA provides tools from the Python ecosystem like
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-pyupgrade
args: [--py39-plus]