From 921315c522e3fce1e5a8fd5c7e18331a684e5c54 Mon Sep 17 00:00:00 2001 From: Bread White Date: Sat, 26 Aug 2023 19:04:30 +0300 Subject: [PATCH] Remove deorecated option --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index d64148f..d771be9 100644 --- a/.pylintrc +++ b/.pylintrc @@ -588,4 +588,4 @@ min-public-methods=2 # Exceptions that will emit a warning when being caught. Defaults to # "BaseException, Exception". -overgeneral-exceptions=Exception +overgeneral-exceptions=