From 6b5db82389aa25c18ff8bb984f34ee773aa771cc Mon Sep 17 00:00:00 2001
From: lovetox <philipp@hoerist.com>
Date: Sun, 24 Jul 2022 10:59:51 +0200
Subject: [PATCH] ci: Update flake8 config

---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 84fc68dc3c..da344d15ec 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,10 @@ max-line-length = 80
 statistics = True
 count = True
 
+inline-quotes = single
+multiline-quotes = '''
+docstring-quotes = '''
+
 [metadata]
 name = gajim
 version = attr: gajim.__version__
-- 
GitLab