Skip to content

Commit 024aefd

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.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 5104bc4 commit 024aefd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: "v5.0.0"
4+
rev: "v6.0.0"
55
hooks:
66
# General
77
- id: check-added-large-files
@@ -26,7 +26,7 @@ repos:
2626
- id: nocommit
2727
exclude: .pre-commit-config.yaml
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: "v2.4.1"
29+
rev: "v2.4.2"
3030
hooks:
3131
- id: codespell
3232
args:

0 commit comments

Comments
 (0)