From 9bf767eab5efa4d838d3f7778c70fec807b513ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 30 Aug 2023 22:03:23 +0200 Subject: other: Scripts: Generate IANA timezone data --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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"] -- cgit v1.2.3