Remove pylint complaint about unused globals

Unfortunately this causes Fun with API and util libs where pylint
complains functions are unused =)
This commit is contained in:
Trysdyn Black 2023-05-13 12:13:49 -07:00
parent 8b2daa45c0
commit d2d6af7240

View file

@ -10,6 +10,3 @@ good-names = ["_"]
[tool.pylint.format]
max-line-length = 120
[tool.pylint.variables]
allow-global-unused-variables = false