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:
parent
8b2daa45c0
commit
d2d6af7240
1 changed files with 0 additions and 3 deletions
|
@ -10,6 +10,3 @@ good-names = ["_"]
|
|||
|
||||
[tool.pylint.format]
|
||||
max-line-length = 120
|
||||
|
||||
[tool.pylint.variables]
|
||||
allow-global-unused-variables = false
|
||||
|
|
Loading…
Add table
Reference in a new issue