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>2022-12-19 21:17:55 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-19 21:17:55 +0300
commit91889803bffaa1a9eaeb837e54acfdd58e9b98b2 (patch)
treee6cb493c11fa0f2698380757dbcf763e322b7387 /pyproject.toml
parent67ab4b1018b5424275cfb5b8173fbab58c08841d (diff)
ci: Update ruff config
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 2b02b10bc..8353ab798 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -95,6 +95,7 @@ select = [
"C901", # mccabe
# "D", # pydocstyle
"E", # pycodestyle
+ # "EM", # flake8-errmsg
# "ERA", # eradicate
"F", # pyflakes
# "FBT", # flake8-boolean-trap