mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 05:22:56 +00:00
[pre-commit.ci] pre-commit autoupdate (#2177)
This commit is contained in:
![66853113+pre-commit-ci[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
7060f20fb5
commit
d056af4d0c
@@ -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]
|
||||
|
Reference in New Issue
Block a user