Skip to content

Commit ccc1ca6

Browse files
chore(deps): update pre-commit hook codespell-project/codespell to v2.4.2 (#151)
| datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | codespell-project/codespell | v2.4.1 | v2.4.2 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 606c2ad commit ccc1ca6

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)