diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-27 18:00:51 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-27 18:17:07 -0500 |
commit | 7d6d98b05a430b08c3d29f4aec7e1b39ba3b932e (patch) | |
tree | 38de82c17299be4f62e3e95c343dcc3f5d038e52 /.codespellrc | |
parent | 54c6eacda3fd1e47f7cb7a0bf320e03352266b81 (diff) |
Comment codespellrc again, add Messr Flage back to ignored words list
Really wish codespell had inline ignores like flake/black
Diffstat (limited to '.codespellrc')
-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 |