Skip to content

Commit

Permalink
Merge pull request #1244 from kianmeng/add-codespell-pre-commit-hook
Browse files Browse the repository at this point in the history
Bump pre-commit hooks and add `codespell` hook
  • Loading branch information
erezsh authored Mar 9, 2023
2 parents b94cbc1 + b842102 commit da6e7a5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.2.0"
rev: "v4.4.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -30,3 +30,9 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
exclude: '(^tests/.*\.lark|\.svg)$'

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
hooks:
- id: codespell
args: ["-L", "nd,iif,ot,datas"]

0 comments on commit da6e7a5

Please sign in to comment.