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-02-15 23:02:18 +0300
committerwurstsalat <mailtrash@posteo.de>2023-02-15 23:02:18 +0300
commit951a7a1ed5419e64e2557ebd940752df781b2197 (patch)
treee1269d0b1dbba0aa876abf82349bea23e8ffe84a /pyproject.toml
parent9d7c788ae357ad84728345af3977bb9f4ed3be69 (diff)
ci: Update pyright config
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1a2583303..cd1b9db91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -99,10 +99,17 @@ exclude = [
"gajim/gtk/groupchat_info.py",
"gajim/plugins/pluginmanager.py",
"scripts/update_flatpak_manifest.py",
+ "test/common/test_uri_util.py",
+ "test/dialogs/certificate_dialog.py",
+ "test/dialogs/change_password.py",
+ "test/dialogs/dataform.py",
+ "test/dialogs/groupchat_info.py",
+ "test/dialogs/ssl_error_dialog.py",
+ "test/gui/test_menus.py",
+ "test/gui/test_nick_completion.py",
]
include = [
"launch.py",
- "setup.py",
".ci/*",
"mac/*",
"scripts/*",
@@ -140,6 +147,7 @@ include = [
"gajim/gajim_remote.py",
"gajim/gtk/*",
"gajim/plugins/*",
+ "test/*",
]
[tool.ruff]