From 0a4775501821284838de7220fa82678fd3f2f698 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 10 Aug 2023 14:55:13 +0200 Subject: update environment --- .pylint.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pylint.rc') diff --git a/.pylint.rc b/.pylint.rc index 6396623..f82f331 100644 --- a/.pylint.rc +++ b/.pylint.rc @@ -480,5 +480,5 @@ preferred-modules= # Exceptions that will emit a warning when being caught. Defaults to # "BaseException, Exception". -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtin.BaseException, + builtin.Exception -- cgit v1.2.3