Closed kyoto7250 closed 1 year ago
close #171
This PR implements the rules of SIM910. This rule detects dict.get(key, None).
SIM910
dict.get(key, None)
ref: https://docs.python.org/3/library/stdtypes.html?highlight=dict#dict.get
We should use BOOL_CONST_TYPES for Python3.7 and earlier compatibility.
BOOL_CONST_TYPES
Thank you :hugs: I'll release flake8-simplify==0.20.0 with that change today
flake8-simplify==0.20.0
close #171
This PR implements the rules of
SIM910
. This rule detectsdict.get(key, None)
.ref: https://docs.python.org/3/library/stdtypes.html?highlight=dict#dict.get