GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
142 stars 40 forks source link

Setup pylint #120

Closed ferhatelmas closed 4 years ago

ferhatelmas commented 4 years ago

It might be unncessary since we have flake8 but it can catch some nice issues too.

/cc @pterk comments ?

pterk commented 4 years ago

May be overkill? W/ a multitude of authors you get different styles and that's fine. Black and flake8 should catch most errors/issues. And a code review on top. Just my 2c.

ferhatelmas commented 4 years ago

I agree that these two seems enough.