Skip to content

Commit f91b03f

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.12.5 → v0.15.9](astral-sh/ruff-pre-commit@v0.12.5...v0.15.9) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.1](rbubley/mirrors-prettier@v3.6.2...v3.8.1) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1)
1 parent 17c74e1 commit f91b03f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -10,19 +10,19 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.12.5
13+
rev: v0.15.9
1414
hooks:
1515
- id: ruff
1616
name: ruff lint (.py)
1717
args: [--fix, --show-fixes]
1818
- id: ruff-format
1919
types_or: [python, jupyter]
2020
- repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated
21-
rev: v3.6.2
21+
rev: v3.8.1
2222
hooks:
2323
- id: prettier
2424
- repo: https://github.com/kynan/nbstripout
25-
rev: 0.8.1
25+
rev: 0.9.1
2626
hooks:
2727
- id: nbstripout
2828
- repo: https://github.com/ComPWA/taplo-pre-commit

0 commit comments

Comments
 (0)