mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +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
|
# Lint: Markdown
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.42.0
|
rev: v0.43.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args: ["--fix"]
|
args: ["--fix"]
|
||||||
|
|
||||||
# Strip output from Jupyter notebooks
|
# Strip output from Jupyter notebooks
|
||||||
- repo: https://github.com/kynan/nbstripout
|
- repo: https://github.com/kynan/nbstripout
|
||||||
rev: 0.8.0
|
rev: 0.8.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: nbstripout
|
- id: nbstripout
|
||||||
|
|
||||||
# nbQA provides tools from the Python ecosystem like
|
# nbQA provides tools from the Python ecosystem like
|
||||||
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
|
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
|
||||||
- repo: https://github.com/nbQA-dev/nbQA
|
- repo: https://github.com/nbQA-dev/nbQA
|
||||||
rev: 1.8.7
|
rev: 1.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: nbqa-pyupgrade
|
- id: nbqa-pyupgrade
|
||||||
args: [--py39-plus]
|
args: [--py39-plus]
|
||||||
|
Reference in New Issue
Block a user