Skip to content

Commit a5e68f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.4...v0.14.9) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2)
1 parent b6eecd3 commit a5e68f9

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
@@ -10,7 +10,7 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.4
13+
rev: v0.14.9
1414
hooks:
1515
- id: ruff
1616
name: ruff lint (.py)
@@ -23,7 +23,7 @@ repos:
2323
- id: ruff-format
2424
types_or: [python, jupyter]
2525
- repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated
26-
rev: v3.6.2
26+
rev: v3.7.4
2727
hooks:
2828
- id: prettier
2929

@@ -40,7 +40,7 @@ repos:
4040
additional_dependencies:
4141
- pydoclint[flake8]
4242
- repo: https://github.com/kynan/nbstripout
43-
rev: 0.8.1
43+
rev: 0.8.2
4444
hooks:
4545
- id: nbstripout
4646
- repo: https://github.com/ComPWA/taplo-pre-commit

0 commit comments

Comments
 (0)