Philipp Hörist pushed to branch master at gajim / gajim


Commits:
fd8ed47f by Philipp Hörist at 2026-07-22T20:18:19+02:00
ci: Update codespell config

- - - - -
f4391b17 by Philipp Hörist at 2026-07-22T20:18:37+02:00
chore: Update .gitignore

- - - - -


2 changed files:

- .gitignore
- pyproject.toml


Changes:

=====================================
.gitignore
=====================================
@@ -15,17 +15,20 @@ gajim/data/locale
 __pycache__/
 .mypy_cache/
 .ruff_cache/
+.pytest_cache/
 
 # Build folders
 
-debian_build/
-build/
-dist/
-gajim.egg-info/
+flatpak_build
+flatpak_repo
+debian_build
+build
+dist
+gajim.egg-info
 win/_build_root
 venv/
 .venv/
-node_modules/
+node_modules
 .flatpak-builder
 mac/gajim-source
 mac/nbxmpp-source


=====================================
pyproject.toml
=====================================
@@ -90,7 +90,7 @@ gajim = ["py.typed"]
 version = {attr = "gajim.__version__"}
 
 [tool.codespell]
-skip = 
"*__pycache__*,_build_root,build,debian_build,dist,test,*.egg-info,.git,*.po,*.po~,*.pot,*.nsi,*.spec,./gajim/common/iana"
+skip = 
"*__pycache__*,_build_root,build,debian_build,flatpak_build,dist,test,*.egg-info,.git,*.po,*.po~,*.pot,*.nsi,*.spec,./gajim/common/iana"
 ignore-words-list = "claus,pres,ser,trough,THIRDPARTY,addin,selectin,FLE"
 
 [tool.pyright]



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/ee4d1da8930714b2efd3a3841a7376b71f3c2cf3...f4391b17593df2a8b2ac512a9a15e75206d737d3

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/ee4d1da8930714b2efd3a3841a7376b71f3c2cf3...f4391b17593df2a8b2ac512a9a15e75206d737d3
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to