Skip to content

Commit b8cd170

Browse files
[pre-commit.ci] pre-commit autoupdate (#311)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent db6f26f commit b8cd170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.4.0
25+
rev: v4.5.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.5
34+
rev: v2.2.6
3535
hooks:
3636
- id: codespell
3737
exclude_types:

0 commit comments

Comments
 (0)