Skip to content

Commit 8c2f1b3

Browse files
[pre-commit.ci] pre-commit autoupdate (#430)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 90b543a commit 8c2f1b3

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
@@ -22,7 +22,7 @@ ci:
2222
repos:
2323
# Misc commit checks
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.5.0
25+
rev: v4.6.0
2626
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
2727
hooks:
2828
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.6
34+
rev: v2.3.0
3535
hooks:
3636
- id: codespell
3737
exclude_types:

0 commit comments

Comments
 (0)