From c7ada820de574e5d506955ab21d3cdce8a05d890 Mon Sep 17 00:00:00 2001 From: Muayyad alsadi Date: Mon, 28 Mar 2022 13:54:55 +0300 Subject: [PATCH] format --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 60504e7..030db9c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,7 @@ [MESSAGES CONTROL] # C0111 missing-docstring: missing-class-docstring, missing-function-docstring, missing-method-docstring, missing-module-docstrin -disable=too-many-lines,too-many-branches,too-many-locals,too-many-statements,too-many-arguments,too-many-instance-attributes,fixme,multiple-statements,missing-docstring,line-too-long,consider-using-f-string +# consider-using-with: we need it for color formatter pipe +disable=too-many-lines,too-many-branches,too-many-locals,too-many-statements,too-many-arguments,too-many-instance-attributes,fixme,multiple-statements,missing-docstring,line-too-long,consider-using-f-string,consider-using-with # allow _ for ignored variables # allow generic names like a,b,c and i,j,k,l,m,n and x,y,z # allow k,v for key/value