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-08-30 23:03:23 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-30 23:03:23 +0300
commit9bf767eab5efa4d838d3f7778c70fec807b513ee (patch)
tree94736a9621eac8b1c800f9b453b9ed4bf58cb9bf /pyproject.toml
parentb684854fd6f06ef85898371c40fe2e35a50bc002 (diff)
other: Scripts: Generate IANA timezone data
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 0bb80228b..7c508681c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -283,6 +283,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
target-version = "py310"
[tool.ruff.per-file-ignores]
+"gajim/common/iana.py" = ["E501"]
"gajim/common/storage/omemo.py" = ["N803"]
"test/*" = ["E402"]
"test/common/test_styling.py" = ["RUF001", "E501"]