Skip to content

Commit f69be8e

Browse files
Fix codespell: add segway to ignore-words-list
"segway" in robotics.segway.com was flagged as a misspelling of "segue". Segway is the brand name for the Nova Carter robot platform.
1 parent ddcc577 commit f69be8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ reportPrivateUsage = "warning"
188188
skip = '*.usd,*.usda,*.usdz,*.svg,*.png,_isaac_sim*,*.bib,*.css,*/_build'
189189
quiet-level = 0
190190
# the world list should always have words in lower case
191-
ignore-words-list = "haa,slq,collapsable,buss,reacher,thirdparty"
191+
ignore-words-list = "haa,slq,collapsable,buss,reacher,thirdparty,segway"
192192

193193

194194
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)