From: Daniele Varrazzo Date: Tue, 14 May 2024 11:29:50 +0000 (+0200) Subject: chore: don't codespell html files X-Git-Tag: 3.1.20~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9045f185a75b890c79a6230eea55c2ebdc636ca2;p=thirdparty%2Fpsycopg.git chore: don't codespell html files --- diff --git a/pyproject.toml b/pyproject.toml index 41772b441..219b557b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,4 +56,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"