mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54: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:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: ["--show-source"]
|
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
|
pre-commit
|
||||||
cogapp
|
cogapp
|
||||||
semver
|
semver
|
||||||
|
codespell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue