joegasewicz / pytask-io

Python Async Task Queue
MIT License
92 stars 5 forks source link

Add tools to keep the code style consistent #29

Open piotr-kopacki opened 4 years ago

piotr-kopacki commented 4 years ago

As title says, tools like black and isort help to keep the code style consistent. Maybe add a pre-commit file to make it more like run-and-forget.

joegasewicz commented 4 years ago

pylint has now been added by @MakuZo

piotr-kopacki commented 4 years ago

@joegasewicz I think this can be closed