diff --git a/.pylintrc b/.pylintrc index ab397dbfb9b6972c11ee54269037fb480bf959ea..ab877e36741a4d32fcdd3ada8294435f02653546 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,7 +1,7 @@ [BASIC] # Good variable names which should always be accepted, separated by a comma -good-names=i,j,k,t,t0,fs,dt,tt +good-names=i,j,k,x,t,t0,fs,dt,tt,sc [MESSAGE CONTROL]