lambdaclass / options_backtester

Simple backtesting software for options
MIT License
160 stars 29 forks source link

Add black to the makefile #52

Closed unbalancedparentheses closed 4 years ago

unbalancedparentheses commented 4 years ago

@jrchatruc or @metdinov could you please check this?

metdinov commented 4 years ago

There is currently a make lint command that runs the linter and formatter. Since black is currently en pre release, it is difficult to get it working with pipenv.

We decided to go with flake8 for linting and yapf for formatting.