Skip to content

Commit 9c8e8b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.17.1](DavidAnson/markdownlint-cli2@v0.13.0...v0.17.1) - [github.com/srstevenson/nb-clean: 3.2.0 → 4.0.1](srstevenson/nb-clean@3.2.0...4.0.1) - [github.com/charliermarsh/ruff-pre-commit: v0.4.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.1...v0.8.6)
1 parent f5b9028 commit 9c8e8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ repos:
8383
|tests/.*
8484
)$
8585
- repo: "https://github.com/pre-commit/pre-commit-hooks"
86-
rev: "v4.6.0"
86+
rev: "v5.0.0"
8787
hooks:
8888
- id: "end-of-file-fixer"
8989
- id: "trailing-whitespace"
9090
- repo: "https://github.com/DavidAnson/markdownlint-cli2"
91-
rev: "v0.13.0"
91+
rev: "v0.17.1"
9292
hooks:
9393
- id: "markdownlint-cli2"
9494
- repo: "https://github.com/srstevenson/nb-clean"
95-
rev: "3.2.0"
95+
rev: "4.0.1"
9696
hooks:
9797
- id: "nb-clean"
9898
args:
@@ -108,7 +108,7 @@ repos:
108108
|tests/.*
109109
)$
110110
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
111-
rev: "v0.4.1"
111+
rev: "v0.8.6"
112112
hooks:
113113
- id: "ruff"
114114
args: ["--extend-fixable", "PIE790"]

0 commit comments

Comments
 (0)