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 179f0ee commit b375df9Copy full SHA for b375df9
pyproject.toml
@@ -197,3 +197,10 @@ exclude_also = [
197
[build-system]
198
requires = ["pdm-backend"]
199
build-backend = "pdm.backend"
200
+
201
+[tool.codespell]
202
+# Ref: https://github.com/codespell-project/codespell#using-a-config-file
203
+skip = '.git*,*.lock'
204
+check-hidden = true
205
+# ignore-regex = ''
206
+# ignore-words-list = ''
0 commit comments