Skip to content

Commit abcd9d0

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.9.6 → v0.13.1](astral-sh/ruff-pre-commit@v0.9.6...v0.13.1) - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.6.2](rbubley/mirrors-prettier@v3.5.1...v3.6.2)
1 parent 43626e6 commit abcd9d0

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.9.6
14+
rev: v0.13.1
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --show-fixes]
@@ -22,6 +22,6 @@ repos:
2222
- id: ruff-format
2323
types_or: [python, jupyter]
2424
- repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated
25-
rev: v3.5.1
25+
rev: v3.6.2
2626
hooks:
2727
- id: prettier

0 commit comments

Comments
 (0)