mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
chore: configure codespell to use pyproject.toml and skip specific files
This commit is contained in:
parent
c575bae710
commit
e3e6437dca
2 changed files with 5 additions and 1 deletions
|
@ -18,4 +18,5 @@ repos:
|
|||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: ["--write-changes"]
|
||||
additional_dependencies:
|
||||
- tomli
|
||||
|
|
|
@ -67,3 +67,6 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[tool.setuptools_scm]
|
||||
write_to = "aider/__version__.py"
|
||||
|
||||
[tool.codespell]
|
||||
skip = "*.svg,Gemfile.lock"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue