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-31 00:06:39 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-31 00:06:39 +0300
commit6426f52555b5152d16c1416be4725f13f3122b77 (patch)
tree7a3b00ebd15b25b63dfa377ca0a88663ea3827ae /pyproject.toml
parent51881039417ed42eca95ba85396cc8b7a9cde80d (diff)
cq: Fix ruff INT003 errors
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 93a0bd5bb..1571fe5e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -184,7 +184,7 @@ select = [
# "I", # isort
"ICN", # flake8-import-conventions
# "INP", # flake8-no-pep420
- # "INT", # flake8-gettext
+ "INT", # flake8-gettext
# "ISC", # flake8-implicit-str-concat
"N", # pep8-naming
# "NPY", # NumPy-specific rules