Markus Heiser b83c14cf6b [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: Markus Heiser <markus.heiser@darmarit.de>
2021-08-31 10:40:29 +02:00
..
2021-08-14 18:03:31 +02:00
2021-06-28 10:39:10 +02:00
2021-08-20 07:16:15 +00:00
2020-12-11 14:37:08 +01:00
2021-07-30 14:40:09 +02:00