Skip to content

Commit 3afe5c4

Browse files
committed
skip codespell on vended code
1 parent 027f8b7 commit 3afe5c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tool.codespell]
22
# ignore short words, as they are mostly abbreviations
33
ignore-regex = "\\b(.{1,4})\\b"
4+
skip = "ast_canopy/tests/host/cuda_headers/include/cuda.h"
45
builtin = "clear"
56
quiet-level = 3
67

0 commit comments

Comments
 (0)