ClearcodeHQ / colejorz

All aboard the Clearcode train!
0 stars 1 forks source link

Linters #10

Open luszak opened 5 years ago

luszak commented 5 years ago

Introduce some linters for maintaining code quality e.g.

myslak71 commented 5 years ago

What do you think about the following set of linters:

Black as a formatter?

fizyk commented 5 years ago

type hints and mypy - okay As for other linters, pydocstyle, pycodestyle and pylint should suffice. Also black is something I'd consider having, but not sure how it'll work.