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-10 18:16:39 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2023-09-23 17:52:11 +0300
commit43f1ac2ca366facc93e870cb7b8a7bd03b4a0fe4 (patch)
tree3a950be6697eb136a0d1a4c010bcaee19f710f16 /pyproject.toml
parentce8b9331513bacb6ee7dd06a66ea0f5dd0ab90b7 (diff)
cfix: Fix git rev-parse when cwd is not gajim directory
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