goldmansachs / gs-quant

Python toolkit for quantitative finance
https://developer.gs.com/discover/products/gs-quant/
Apache License 2.0
7.54k stars 917 forks source link

Code should be autoformated with autopep8 #30

Open ScottWeinstein opened 5 years ago

ScottWeinstein commented 5 years ago

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

femtotrader commented 4 years ago

Black can also help.

It's currently used in pandas-datareader

You should have a look at .travis.yml