Skip to content

Commit e3e6437

Browse files
committed
chore: configure codespell to use pyproject.toml and skip specific files
1 parent c575bae commit e3e6437

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ repos:
1818
rev: v2.2.6
1919
hooks:
2020
- id: codespell
21-
args: ["--write-changes"]
21+
additional_dependencies:
22+
- tomli

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ build-backend = "setuptools.build_meta"
6767

6868
[tool.setuptools_scm]
6969
write_to = "aider/__version__.py"
70+
71+
[tool.codespell]
72+
skip = "*.svg,Gemfile.lock"

0 commit comments

Comments
 (0)