python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
17 stars 2 forks source link

fix SIM910, dict.get with value==None (which is the default value) #177

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

New check, see https://github.com/MartinThoma/flake8-simplify/issues/171

This is the cause of all other PR's failing.