Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-06-15 16:47:54 +0300
committerwurstsalat <mailtrash@posteo.de>2023-06-15 17:07:46 +0300
commit5541e2f219478abcbb5603f5e21ef94f079967f3 (patch)
treec5ce2a27fff207a3f9669f0bf80a33e491884898 /pyproject.toml
parentd5958fd8dfda07d89f16232760dc30c1440cba94 (diff)
other: CodeSpell: Ignore _build_root directory
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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]