Skip to content

Commit 149515b

Browse files
chore: update pre-commit hooks
updates: - [github.com/tcort/markdown-link-check: v3.14.2 → v3.15.0](tcort/markdown-link-check@v3.14.2...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.15...v0.16.1)
1 parent f5b86a1 commit 149515b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ repos:
4848
exclude_types: ["jupyter", "text"]
4949

5050
- repo: https://github.com/tcort/markdown-link-check
51-
rev: v3.14.2
51+
rev: v3.15.0
5252
hooks:
5353
- id: markdown-link-check
5454
args: [ -q ]
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.15.15
57+
rev: v0.16.1
5858
hooks:
5959
- id: ruff
6060
args: ["--fix", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)