From 66c5c40f833be499665879223cf57571f3b2c020 Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Thu, 8 Aug 2024 09:29:41 -0300 Subject: [PATCH] chore: ignore spelling from requirements files Signed-off-by: Sergio Schvezov --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0e170f96..f37b1ebf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ line-length = 99 [tool.codespell] ignore-words-list = "buildd,crate,keyserver,comandos,ro,dedent,dedented,tread,socio-economic" -skip = ".tox,.git,build,.*_cache,__pycache__,*.tar,*.snap,*.png,./node_modules,./docs/_build,.direnv,.venv,venv,.vscode,charmcraft.spec" +skip = "requirements*.txt,.tox,.git,build,.*_cache,__pycache__,*.tar,*.snap,*.png,./node_modules,./docs/_build,.direnv,.venv,venv,.vscode,charmcraft.spec" quiet-level = 3 check-filenames = true