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:
authorPhilipp Hörist <philipp@hoerist.com>2022-10-28 14:54:50 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-10-28 14:54:50 +0300
commit2a4a992427448809abb122065e7d2135b8ebabf7 (patch)
tree6e4ba4936a9f9a0b6ba04ccb394f9dac19129ad5 /pyproject.toml
parent0642e9ec72a0fcf5e926d1cf279f80d9a8d7d8d8 (diff)
ci: Move codespell config into pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3ff954035..078407fc0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,3 +3,8 @@ requires = [
"setuptools >= 43.0.0",
]
build-backend = "setuptools.build_meta"
+
+
+[tool.codespell]
+skip = "*__pycache__*,gajim/gui,gajim/data/icons,gajim/data/sounds,gajim/data/emoticons"
+ignore-words-list = "claus,pres,ser,trough"