From 8239b22157249974152eaa7e9f6fbba1f7301948 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 15 May 2022 16:03:47 -0700 Subject: [PATCH] Allow fg and bg as variable names --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pylintrc b/.pylintrc index c795719..1f309f7 100644 --- a/.pylintrc +++ b/.pylintrc @@ -408,8 +408,10 @@ function-naming-style=snake_case # Good variable names which should always be accepted, separated by a comma. good-names=ai, + bg, dx, dy, + fg, hp, i, j,