From: Daniele Varrazzo Date: Tue, 9 Apr 2024 22:33:27 +0000 (+0200) Subject: chore: ignore spelling in html files X-Git-Tag: 3.2.0~53 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdbb8ffe1aba98862da872fdbe0dcb310db41423;p=thirdparty%2Fpsycopg.git chore: ignore spelling in html files These files are generated by cython to display the C code generated... and are a mess. --- diff --git a/pyproject.toml b/pyproject.toml index fc4eaf287..64d9ae427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,4 +57,4 @@ disallow_untyped_calls = false [tool.codespell] ignore-words-list = "alot,ans,ba,fo,te,erro,varning" -skip = "build,_build,.tox,.mypy_cache,.venv,pq.c,_psycopg.c" +skip = "build,_build,.tox,.mypy_cache,.venv,pq.c,_psycopg.c,*.html"