Skip to content

Commit 60b9e1b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.9](astral-sh/ruff-pre-commit@v0.4.4...v0.6.9) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent fd38898 commit 60b9e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=25]
@@ -25,7 +25,7 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.4.4
28+
rev: v0.6.9
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
@@ -42,7 +42,7 @@ repos:
4242
- mdformat-black
4343
args: [--wrap, "88"]
4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.2.6
45+
rev: v2.3.0
4646
hooks:
4747
- id: codespell
4848
- repo: meta

0 commit comments

Comments
 (0)