gs-quant icon indicating copy to clipboard operation
gs-quant copied to clipboard

Code should be autoformated with autopep8

Open ScottWeinstein opened this issue 5 years ago • 1 comments

Describe the problem. Formatting code by hand is tedious for developers and adds cost to review cycles.

Describe the solution you'd like gs-quant code should be autoformatted via a tool such as https://github.com/hhatto/autopep8

Describe alternatives you've considered None yet

Are you willing to contribute Yes

ScottWeinstein avatar May 08 '19 11:05 ScottWeinstein

Black can also help.

It's currently used in pandas-datareader

You should have a look at .travis.yml

femtotrader avatar Oct 30 '19 15:10 femtotrader