Skip to content

Commit 270a291

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 3442dc2 commit 270a291

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
@@ -41,15 +41,15 @@ repos:
4141
additional_dependencies: [miss_hit]
4242

4343
- repo: https://github.com/pre-commit/pre-commit-hooks
44-
rev: v4.4.0
44+
rev: v4.5.0
4545
hooks:
4646
- id: trailing-whitespace
4747
- id: end-of-file-fixer
4848
- id: check-yaml
4949
- id: check-added-large-files
5050

5151
- repo: https://github.com/codespell-project/codespell
52-
rev: v2.2.5
52+
rev: v2.2.6
5353
hooks:
5454
- id: codespell
5555

0 commit comments

Comments
 (0)