From: Marcel van der Veldt Date: Fri, 1 Jul 2022 10:17:08 +0000 (+0200) Subject: Update pylintrc X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1ce7994b523f9901fa78dec075dfc24188356480;p=music-assistant-server.git Update pylintrc --- diff --git a/pylintrc b/pylintrc index 132149f7..ed8f3ae9 100644 --- a/pylintrc +++ b/pylintrc @@ -18,7 +18,6 @@ good-names=id,i,j,k,ex,Run,_,fp,T,ev,db,d # locally-disabled - it spams too much # duplicate-code - unavoidable # cyclic-import - doesn't test if both import on load -# abstract-class-little-used - prevents from setting right foundation # unused-argument - generic callbacks and setup methods create a lot of warnings # too-many-* - are not enforced for the sake of readability # too-few-* - same as too-many-*