Skip to content

Commit 3d6dd61

Browse files
chore(deps): update pre-commit hooks (#295)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.7.4](rbubley/mirrors-prettier@v3.7.3...v3.7.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fb62c76 commit 3d6dd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-yaml
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.14.7"
21+
rev: "v0.14.8"
2222
hooks:
2323
- id: ruff-check
2424
args: ["--fix", "--show-fixes"]
@@ -39,7 +39,7 @@ repos:
3939
args: ["-L", "HEP"]
4040

4141
- repo: https://github.com/rbubley/mirrors-prettier
42-
rev: "v3.7.3"
42+
rev: "v3.7.4"
4343
hooks:
4444
- id: prettier
4545
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)