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:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1571fe5e8..a56d7afe5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -292,6 +292,7 @@ target-version = "py310"
"mac/*" = ["S603", "S607"]
"win/*" = ["S603", "S607"]
"scripts/*" = ["S603", "S607"]
+"launch.py" = ["S603", "S607"]
[tool.ruff.mccabe]
max-complexity = 15