]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: ignore spelling in html files
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 9 Apr 2024 22:33:27 +0000 (00:33 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 9 Apr 2024 22:33:27 +0000 (00:33 +0200)
These files are generated by cython to display the C code generated...
and are a mess.

pyproject.toml

index fc4eaf2875e170e4785b0d82fc21e197880672eb..64d9ae427f0c1985f3e567ebb5380cf19a73f324 100644 (file)
@@ -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"