Skip to content

Commit e12c3f1

Browse files
[pre-commit.ci] pre-commit autoupdate (#296)
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 a8e7b20 commit e12c3f1

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
@@ -23,7 +23,7 @@ repos:
2323

2424
# Misc commit checks
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.5.0
26+
rev: v4.6.0
2727
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
2828
hooks:
2929
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -34,6 +34,6 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.6
37+
rev: v2.3.0
3838
hooks:
3939
- id: codespell

0 commit comments

Comments
 (0)