From ee6a83d304a74cea21d1dee0b85e2aa5353f0917 Mon Sep 17 00:00:00 2001 From: Jonas Maison Date: Tue, 3 Oct 2023 08:58:49 +0200 Subject: [PATCH] chore: --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 3c95bf2dc..35c7c3b14 100644 --- a/.pylintrc +++ b/.pylintrc @@ -78,7 +78,7 @@ persistent = true # Minimum Python version to use for version dependent checks. Will default to the # version used to run pylint. -py-version = '3.8' +py-version = 3.8 # Discover python modules and packages in the file system subtree. # recursive =