Skip to content

Commit

Permalink
.codespellrc: ignore intersphinx inventories (*.inv)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gotmax23 committed Oct 16, 2023
1 parent 8d4da2d commit ab7c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[codespell]
skip = _build,collections,*.po,_static,porting_guide*,style_guide
skip = _build,collections,*.po,_static,porting_guide*,style_guide,*.inv
count =
check-filenames = true
quiet-level = 3
Expand Down

0 comments on commit ab7c68e

Please sign in to comment.