Skip to content

Commit 6a64d46

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.4 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.4...v0.13.0) - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1)
1 parent e3878e3 commit 6a64d46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: check-added-large-files
66
args: ['--maxkb=25']
@@ -25,7 +25,7 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.4
28+
rev: v0.13.0
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
@@ -55,7 +55,7 @@ repos:
5555
- id: nbstripout
5656
exclude: (docs)
5757
- repo: https://github.com/crate-ci/typos
58-
rev: v1.34.0
58+
rev: v1
5959
hooks:
6060
- id: typos
6161
exclude: (\.ipynb)

0 commit comments

Comments
 (0)