From a92413045ca0c90aeb91d43cfa729e5ab22d1095 Mon Sep 17 00:00:00 2001
From: C-Tim <tim@c-hack.de>
Date: Thu, 30 Sep 2021 00:29:00 +0200
Subject: [PATCH] Disable pylint check consider-using-f-string

Closes: #121
---
 .pylintrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pylintrc b/.pylintrc
index 17f68cb9..473f52c1 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -67,6 +67,7 @@ disable=missing-module-docstring,
         method-hidden,
         too-many-ancestors,
         duplicate-code,
+        consider-using-f-string,
 
 # Enable the message, report, category or checker with the given id(s). You can
 # either give multiple identifier separated by comma (,) or put this option
-- 
GitLab