lambdaclass / options_backtester

Simple backtesting software for options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add black to the makefile

unbalancedparentheses opened this issue · comments

@jrchatruc or @metdinov could you please check this?

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.