Skip to content

Commit b1b5313

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.18.1](DavidAnson/markdownlint-cli2@v0.13.0...v0.18.1) - [github.com/srstevenson/nb-clean: 3.3.0 → 4.0.1](srstevenson/nb-clean@3.3.0...4.0.1) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.6.2](rbubley/mirrors-prettier@v3.3.3...v3.6.2) - [github.com/charliermarsh/ruff-pre-commit: v0.5.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.5.1...v0.13.3)
1 parent 1daecf4 commit b1b5313

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ repos:
8181
|tests/.*
8282
)$
8383
- repo: "https://github.com/pre-commit/pre-commit-hooks"
84-
rev: "v4.6.0"
84+
rev: "v6.0.0"
8585
hooks:
8686
- id: "end-of-file-fixer"
8787
- id: "trailing-whitespace"
8888
- repo: "https://github.com/DavidAnson/markdownlint-cli2"
89-
rev: "v0.13.0"
89+
rev: "v0.18.1"
9090
hooks:
9191
- id: "markdownlint-cli2"
9292
- repo: "https://github.com/srstevenson/nb-clean"
93-
rev: "3.3.0"
93+
rev: "4.0.1"
9494
hooks:
9595
- id: "nb-clean"
9696
args:
@@ -106,15 +106,15 @@ repos:
106106
|tests/.*
107107
)$
108108
- repo: "https://github.com/rbubley/mirrors-prettier"
109-
rev: "v3.3.3"
109+
rev: "v3.6.2"
110110
hooks:
111111
- id: prettier
112112
- repo: https://github.com/ComPWA/taplo-pre-commit
113113
rev: v0.9.3
114114
hooks:
115115
- id: taplo-format
116116
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
117-
rev: "v0.5.1"
117+
rev: "v0.13.3"
118118
hooks:
119119
- id: "ruff"
120120
args: ["--extend-fixable", "PIE790"]

0 commit comments

Comments
 (0)