Skip to content

Commit 734fa4e

Browse files
⬆️🪝 update pre-commit hooks (#200)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.253 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.253...v0.0.254) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f6f29a3 commit 734fa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959
types_or: [c++, c, cuda]
6060

6161
- repo: https://github.com/charliermarsh/ruff-pre-commit
62-
rev: v0.0.253
62+
rev: v0.0.254
6363
hooks:
6464
- id: ruff
6565
args: ["--fix"]
@@ -80,7 +80,7 @@ repos:
8080

8181
# Format configuration files with prettier
8282
- repo: https://github.com/pre-commit/mirrors-prettier
83-
rev: "v3.0.0-alpha.4"
83+
rev: "v3.0.0-alpha.6"
8484
hooks:
8585
- id: prettier
8686
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)