Skip to content

Commit 1fbf002

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.6...v0.11.0) - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](rbubley/mirrors-prettier@v3.5.1...v3.5.3)
1 parent 943836c commit 1fbf002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.0
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.5.3
2626
hooks:
2727
- id: prettier

0 commit comments

Comments
 (0)