From 5541e2f219478abcbb5603f5e21ef94f079967f3 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Thu, 15 Jun 2023 15:47:54 +0200 Subject: other: CodeSpell: Ignore _build_root directory --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21d2b9c2d..c03f5a8c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ gajim = ["py.typed"] version = {attr = "gajim.__version__"} [tool.codespell] -skip = "*__pycache__*,build,dist,test,*.egg-info,.git,*.po,*.nsi,*.spec" +skip = "*__pycache__*,_build_root,build,dist,test,*.egg-info,.git,*.po,*.nsi,*.spec" ignore-words-list = "claus,pres,ser,trough" [tool.pyright] -- cgit v1.2.3