diff options
-rw-r--r-- | .codespellrc | 8 |
1 files changed, 6 insertions, 2 deletions
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 |