Skip to content

Commit 0d62da2

Browse files
committed
Spelling exceptions
1 parent 5f7af11 commit 0d62da2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ skip = [
8383
# Ignore table where words could be split across rows
8484
ignore-regex = '(\|.*\|.*\|.*\||\[[A-Z][a-z]\][a-z][a-z])'
8585
ignore-words-list = [
86-
"CrossReference"
86+
"CrossReference",
87+
"ND",
88+
"MILIARY",
89+
"Miliary",
90+
# The two below are from metamodel upstream, should be
91+
# dropped when upstream is fixed
92+
"GENERARE",
93+
"re-used",
8794
]
8895
quiet-level = 3
8996
# https://docs.astral.sh/ruff/settings/

0 commit comments

Comments
 (0)