Skip to content

Commit b396fad

Browse files
[pre-commit.ci] pre-commit autoupdate (#889)
1 parent b405e22 commit b396fad

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -29,7 +29,7 @@ repos:
2929
.*\.ipynb
3030
)$
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.12.7"
32+
rev: "v0.12.8"
3333
hooks:
3434
- id: ruff-check
3535
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)