Skip to content

Commit 96f6eaf

Browse files
Update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.4](rbubley/mirrors-prettier@v3.8.3...v3.9.4)
1 parent 885ffe0 commit 96f6eaf

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
@@ -27,14 +27,14 @@ repos:
2727
exclude: "tests/data/.*"
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.15.15
30+
rev: v0.15.20
3131
hooks:
3232
- id: ruff-check
3333
args: ["--fix", "--show-fixes"]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: v3.8.3
37+
rev: v3.9.4
3838
hooks:
3939
- id: prettier
4040
types_or: [toml, yaml]

0 commit comments

Comments
 (0)