Skip to content

Commit 9474838

Browse files
chore(deps): update pre-commit hook codespell-project/codespell to v2.4.2
| datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | codespell-project/codespell | v2.4.1 | v2.4.2 |
1 parent d3fbb15 commit 9474838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
entry: yamllint --strict -c .hooks/linters/yamllint.yaml
2929

3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.4.1
31+
rev: v2.4.2
3232
hooks:
3333
- id: codespell
3434
entry: codespell -q 3 -f --skip=".git,.github,README.md" --ignore-words-list="astroid"

0 commit comments

Comments
 (0)