From 9045f185a75b890c79a6230eea55c2ebdc636ca2 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 14 May 2024 13:29:50 +0200 Subject: [PATCH] chore: don't codespell html files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3