Skip to content

Commit b9564a6

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

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
@@ -8,7 +8,7 @@ exclude: |
88
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: ['--maxkb=25']
@@ -37,7 +37,7 @@ repos:
3737
- id: python-use-type-annotations
3838
- id: text-unicode-replacement-char
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.12.4
40+
rev: v0.12.10
4141
hooks:
4242
- id: ruff
4343
args: [--config, pyproject.toml, hooks, tests]
@@ -69,7 +69,7 @@ repos:
6969
args: [--wrap, "88"]
7070
files: (docs/.)
7171
- repo: https://github.com/crate-ci/typos
72-
rev: v1.34.0
72+
rev: v1
7373
hooks:
7474
- id: typos
7575
- repo: meta

0 commit comments

Comments
 (0)