mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
feat: add codespell as pre-commit hook
This commit is contained in:
parent
13f9685f13
commit
c575bae710
2 changed files with 6 additions and 0 deletions
|
@ -14,3 +14,8 @@ repos:
|
|||
hooks:
|
||||
- id: flake8
|
||||
args: ["--show-source"]
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: ["--write-changes"]
|
||||
|
|
|
@ -12,3 +12,4 @@ imgcat
|
|||
pre-commit
|
||||
cogapp
|
||||
semver
|
||||
codespell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue