Skip to content

Commit 27aef5b

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/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent f43d9cb commit 27aef5b

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
@@ -3,7 +3,7 @@ default_language_version:
33
python: "3.11"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -22,7 +22,7 @@ repos:
2222
- id: prettier
2323

2424
- repo: https://github.com/codespell-project/codespell
25-
rev: "v2.3.0"
25+
rev: "v2.4.1"
2626
hooks:
2727
- id: codespell
2828
args:

0 commit comments

Comments
 (0)