Skip to content

Commit 9df8649

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/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
1 parent 6cffaf6 commit 9df8649

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0 # Use the ref you want to point at
3+
rev: v6.0.0 # Use the ref you want to point at
44
hooks:
55
- id: trailing-whitespace
66
- id: check-added-large-files
77
- id: check-case-conflict
88
- id: check-merge-conflict
99
- id: check-yaml
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: 'v2.4.0'
11+
rev: 'v2.4.1'
1212
hooks:
1313
- id: codespell
1414
args: ["-I", "codespell.txt"]

0 commit comments

Comments
 (0)