From 627576e1d58fcb30ff5321330d4d2e6ffbbb7e03 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 17 Oct 2023 07:01:07 -0500 Subject: [PATCH] .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. --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index ee4f01c1e0..f5fa9cc745 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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