From eb0133854ddbbdbb2725a26f7c77fba5eff78397 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 22 Sep 2021 11:42:53 +0200 Subject: [PATCH] ignore f-string warning --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index b52ec1e..641a916 100755 --- a/tests.sh +++ b/tests.sh @@ -30,6 +30,7 @@ pylint \ --disable=R0912 \ --disable=R0911 \ --disable=R1732 \ + --disable=C0209 \ dotdrop/ # retrieve the nosetests binary