Skip to content

Commit e3bae11

Browse files
committed
Add rudimentary codespell config
1 parent 7508586 commit e3bae11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,10 @@ push = false
106106
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
107107
"src/microjson/__init__.py" = ["{version}"]
108108
".bumpversion.cfg" = ["current_version = {version}"]
109+
110+
[tool.codespell]
111+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
112+
skip = '.git*'
113+
check-hidden = true
114+
ignore-regex = '^\s*"image/\S+": ".*'
115+
# ignore-words-list = ''

0 commit comments

Comments
 (0)