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 18effb7 commit aa2a036Copy full SHA for aa2a036
pyproject.toml
@@ -223,3 +223,10 @@ concurrency = [
223
224
[tool.coverage.html]
225
show_contexts = true
226
+
227
+[tool.codespell]
228
+# Ref: https://github.com/codespell-project/codespell#using-a-config-file
229
+skip = '.git*,*.svg,*.lock'
230
+check-hidden = true
231
+ignore-regex = '\bTE\b'
232
+# ignore-words-list = ''
0 commit comments