DEV Community

Discussion on: Suppressing Exceptions in Python with contextlib.suppress, not try/except/pass

 
bowmanjd profile image
Jonathan Bowman

Agreed. I use black, too. I don't actually use the wemake python styleguide much, but I did use it on a project once and learned a lot.

I do use a variety of Flake8 plugins, though, along with Black and Mypy (and sometimes PyRight).