Skip to content

Commit 21e1af8

Browse files
author
Hamish Downer
committed
typos: move string to identifiers rather than being a word
1 parent ffd970d commit 21e1af8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,7 @@ source = ["src"]
173173
[tool.typos.default.extend-words]
174174
# used for 'strat select' - short for stratification
175175
strat = "strat"
176+
177+
[tool.typos.default.extend-identifiers]
176178
# string in a test is BA10
177-
BA = "BA"
179+
BA10 = "BA10"

0 commit comments

Comments
 (0)