Skip to content

Commit e076704

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.1](astral-sh/ruff-pre-commit@v0.8.0...v0.8.1) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.1](rbubley/mirrors-prettier@v3.3.3...v3.4.1)
1 parent 44eae19 commit e076704

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.8.0
14+
rev: v0.8.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.3.3
25+
rev: v3.4.1
2626
hooks:
2727
- id: prettier

0 commit comments

Comments
 (0)