We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508586 commit e3bae11Copy full SHA for e3bae11
pyproject.toml
@@ -106,3 +106,10 @@ push = false
106
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
107
"src/microjson/__init__.py" = ["{version}"]
108
".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