We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027f8b7 commit 3afe5c4Copy full SHA for 3afe5c4
pyproject.toml
@@ -1,6 +1,7 @@
1
[tool.codespell]
2
# ignore short words, as they are mostly abbreviations
3
ignore-regex = "\\b(.{1,4})\\b"
4
+skip = "ast_canopy/tests/host/cuda_headers/include/cuda.h"
5
builtin = "clear"
6
quiet-level = 3
7
0 commit comments