Skip to content

Commit 251e15d

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.15.0](DavidAnson/markdownlint-cli2@v0.14.0...v0.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.3](astral-sh/ruff-pre-commit@v0.7.1...v0.7.3) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
1 parent 493ef05 commit 251e15d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
types: [python, yaml, markdown]
2020

2121
- repo: https://github.com/DavidAnson/markdownlint-cli2
22-
rev: v0.14.0
22+
rev: v0.15.0
2323
hooks:
2424
- id: markdownlint-cli2
2525
args: []
@@ -32,7 +32,7 @@ repos:
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: v0.7.1
35+
rev: v0.7.3
3636
hooks:
3737
- id: ruff
3838
args: [ --fix, --exit-non-zero-on-fix ]
@@ -47,7 +47,7 @@ repos:
4747
- id: black-jupyter
4848

4949
- repo: https://github.com/kynan/nbstripout
50-
rev: 0.7.1
50+
rev: 0.8.0
5151
hooks:
5252
- id: nbstripout
5353

0 commit comments

Comments
 (0)