Skip to content

Commit 01cdbc6

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.10...v0.14.7) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3)
1 parent d0aa724 commit 01cdbc6

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
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.12.10"
27+
rev: "v0.14.7"
2828
hooks:
2929
- id: ruff
3030
args: ["--fix", "--show-fixes"]
@@ -47,7 +47,7 @@ repos:
4747
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
4848
exclude: .pre-commit-config.yaml
4949
- repo: https://github.com/rbubley/mirrors-prettier
50-
rev: "v3.6.2"
50+
rev: "v3.7.3"
5151
hooks:
5252
- id: prettier
5353
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)