From 2fbc112d4581d4f2de5abd5197379acdc6817b13 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bayle <j2b.bayle@gmail.com> Date: Fri, 22 Jan 2021 12:08:00 -0800 Subject: [PATCH] Update .pylintrc --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index ab397db..ab877e3 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] -- GitLab