Skip to content

Commit 627576e

Browse files
authored
.codespellrc: ignore intersphinx inventories (*.inv) (#624)
We don't want to spell check these. We have removed the in-repo intersphinx inventories from devel, but they exist on older branches. There's no harm in also including the ignores on devel, and it makes sense to keep the configuration consistent.
1 parent 2f8810b commit 627576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[codespell]
2-
skip = _build,collections,*.po,_static,porting_guide*,style_guide
2+
skip = _build,collections,*.po,_static,porting_guide*,style_guide,*.inv
33
count =
44
check-filenames = true
55
quiet-level = 3

0 commit comments

Comments
 (0)