highwire-ai / open-robo-advisor

Open Robo-Advisor is a flexible robo-advisor library written in Python. 🤖
https://blog.highwire.ai
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

Add code linting #9

Open criccomini opened 2 years ago

criccomini commented 2 years ago

We need a code linter. I'll probably use flake8. The linter should be added to the CI, too, when it exists.

criccomini commented 2 years ago

Actually, black looks interesting:

https://github.com/psf/black