diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d834f013..23518465 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]