Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b83c14cf authored by Markus Heiser's avatar Markus Heiser
Browse files

[pylint] Pylint 2.10 - fix use-list-literal & use-dict-literal

Pylint 2.10 added new default checks [1]:

use-list-literal
  Emitted when list() is called with no arguments instead of using []

use-dict-literal
  Emitted when dict() is called with no arguments instead of using {}

[1] https://pylint.pycqa.org/en/latest/whatsnew/2.10.html



Signed-off-by: default avatarMarkus Heiser <markus.heiser@darmarit.de>
parent c6f7a731
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment