From 7d6d98b05a430b08c3d29f4aec7e1b39ba3b932e Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 27 Jan 2023 18:00:51 -0500 Subject: Comment codespellrc again, add Messr Flage back to ignored words list Really wish codespell had inline ignores like flake/black --- .codespellrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.codespellrc') diff --git a/.codespellrc b/.codespellrc index 402b8e86..f6935aa7 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,7 @@ [codespell] -skip = venvs,.venv,.git,build,*.egg-info,*.lock -ignore-words-list = keypair +# Default ignores, plus built docs and static doc sources +skip = venvs,.venv,.git,build,*.egg-info,*.lock,*.js,*.css,docs +# Certain words AUTHOR feels strongly about, plus various proper names that are +# close enough to real words that they anger codespell. (NOTE: for some reason +# codespell wants the latter listed in all-lowercase...!) +ignore-words-list = keypair,flage -- cgit v1.2.1