Skip to content

Commit 8e0c61c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](codespell-project/codespell@v2.3.0...v2.4.2)
1 parent c1f1836 commit 8e0c61c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: mixed-line-ending
@@ -17,7 +17,7 @@ repos:
1717
types_or: [yaml, css, scss, javascript, json]
1818

1919
- repo: https://github.com/Lucas-C/pre-commit-hooks
20-
rev: v1.5.5
20+
rev: v1.5.6
2121
hooks:
2222
- id: remove-crlf
2323
- id: forbid-tabs
@@ -32,7 +32,7 @@ repos:
3232
language: fail
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.3.0
35+
rev: v2.4.2
3636
hooks:
3737
- id: codespell
3838
exclude: (^Gemfile.lock|\.js|\.map)$

0 commit comments

Comments
 (0)