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>2023-05-28 22:19:39 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-05-28 22:19:39 +0300
commita4cacbfa7c2c294c4cf964bea4a80d2af368f102 (patch)
tree70aa9c2e46822ce5b4a26c12d86def5f18139c46 /pyproject.toml
parent173d6f78e903bda15daed08d40c535b8cb026d0f (diff)
cq: Avoid extraneous parentheses
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 49f1079e6..806e05384 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -234,7 +234,6 @@ ignore = [
"SIM212", # Use `value if value else ''` instead of `'' if not value else value`
"SIM300", # Yoda conditions are discouraged use x instead
"UP032", # Use f-string instead of `format` call
- "UP034", # Avoid extraneous parentheses
"UP035", # Import from `collections.abc` instead: `Callable`
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
"UP037", # Remove quotes from type annotation