Skip to content

Commit ace8149

Browse files
[pre-commit.ci] pre-commit autoupdate
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/crate-ci/typos: v1.18.2 → v1.21.0](crate-ci/typos@v1.18.2...v1.21.0)
1 parent d7bad53 commit ace8149

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
@@ -5,14 +5,14 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
1313
# Spell Checker
1414
- repo: https://github.com/crate-ci/typos
15-
rev: v1.18.2
15+
rev: v1.21.0
1616
hooks:
1717
- id: typos
1818
args: []

0 commit comments

Comments
 (0)