pylint: disable use-dict-literal
sometimes it is nicer to use dict(...) instead of {} an objections against removing this check from pylint? Change-Id: Ib08d3016b7ec3512111021a82685253cdcd42916 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/31505 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
parent
19f965bced
commit
a2fed8df03
@ -53,6 +53,8 @@ disable=missing-docstring
|
|||||||
,unidiomatic-typecheck
|
,unidiomatic-typecheck
|
||||||
,undefined-loop-variable
|
,undefined-loop-variable
|
||||||
,consider-using-f-string
|
,consider-using-f-string
|
||||||
|
,use-dict-literal
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
||||||
# Set the output format. Available formats are text, parseable, colorized, msvs
|
# Set the output format. Available formats are text, parseable, colorized, msvs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user