Skip to content

Commit d0ef443

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.14.9](astral-sh/ruff-pre-commit@v0.8.6...v0.14.9) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.7.4](rbubley/mirrors-prettier@v3.4.2...v3.7.4)
1 parent 220456f commit d0ef443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
types: [text]
1212
files: \.(json|ipynb)$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.6
14+
rev: v0.14.9
1515
hooks:
1616
- id: ruff
1717
name: ruff lint (.py)
@@ -24,7 +24,7 @@ repos:
2424
- id: ruff-format
2525
types_or: [python, jupyter]
2626
- repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated
27-
rev: v3.4.2
27+
rev: v3.7.4
2828
hooks:
2929
- id: prettier
3030
exclude: "^docs/talks/assets/.*"

0 commit comments

Comments
 (0)