From a6d49dadd71aa7076dfebb36b79a07b458bbba9d Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 20 Jun 2021 21:57:07 +0200 Subject: Fix pep8 in unittest test function's names --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index c2a06d5d..2361e82f 100644 --- a/pylintrc +++ b/pylintrc @@ -123,7 +123,7 @@ enable=useless-suppression bad-functions= # Good variable names which should always be accepted, separated by a comma -good-names=i,j,k,ex,Run,_ +good-names=i,j,k,e,f,m,cm,Run,_,n,op,it # Bad variable names which should always be refused, separated by a comma bad-names=foo,bar,baz,toto,tutu,tata -- cgit v1.2.1