From d2d6af7240bf26e36855be7f0a0c5f4bff0ee166 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sat, 13 May 2023 12:13:49 -0700 Subject: [PATCH] Remove pylint complaint about unused globals Unfortunately this causes Fun with API and util libs where pylint complains functions are unused =) --- .pylintrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index 6057e34..64d79fb 100644 --- a/.pylintrc +++ b/.pylintrc @@ -10,6 +10,3 @@ good-names = ["_"] [tool.pylint.format] max-line-length = 120 - -[tool.pylint.variables] -allow-global-unused-variables = false