Skip to content

Commit 8e5020a

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.20.0 → v0.21.0](DavidAnson/markdownlint-cli2@v0.20.0...v0.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 7869b5b commit 8e5020a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
types: [python, yaml, markdown]
2121

2222
- repo: https://github.com/DavidAnson/markdownlint-cli2
23-
rev: v0.20.0
23+
rev: v0.21.0
2424
hooks:
2525
- id: markdownlint-cli2
2626
args: []
@@ -33,7 +33,7 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.14.14
36+
rev: v0.15.4
3737
hooks:
3838
- id: ruff
3939
args: [ --fix, --exit-non-zero-on-fix ]
@@ -48,7 +48,7 @@ repos:
4848
- id: black-jupyter
4949

5050
- repo: https://github.com/kynan/nbstripout
51-
rev: 0.9.0
51+
rev: 0.9.1
5252
hooks:
5353
- id: nbstripout
5454

0 commit comments

Comments
 (0)