Skip to content

Commit 7c4b200

Browse files
committed
chore(deps): update pre-commit hook codespell-project/codespell to v2.3.0
1 parent e305fce commit 7c4b200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ repos:
3434
args: [--fix, --exit-non-zero-on-fix]
3535
- id: ruff-format
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.6
37+
rev: v2.3.0
3838
hooks:
3939
- id: codespell

project/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
args: [--fix, --exit-non-zero-on-fix]
4444
- id: ruff-format
4545
- repo: https://github.com/codespell-project/codespell
46-
rev: v2.2.6
46+
rev: v2.3.0
4747
hooks:
4848
- id: codespell
4949
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)