DEV Community

Discussion on: 5 Awesome Tools For Python Code Quality

Collapse
 
j_mplourde profile image
Jean-Michel Plourde

At my job we use flake8 for linting check, but we are talking about moving to black once we assess how it would work out for us. As for code coverage, we use the built-in function in Intellij/PyCharm.

Collapse
 
vdedodev profile image
Vincent Dedo

I'm a big fan of the stuff in Pycharm, auto format code and auto optimise imports cleans up so much.