domokane / FinancePy

A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
GNU General Public License v3.0
2.15k stars 321 forks source link

PEP8 compliant codec #119

Closed VFermat closed 3 years ago

VFermat commented 3 years ago

closes #91

What changed?

Used the autopep8 python plugin to clean code. Did not use any aggression level, went with the default configuration!

Tests:

I ran all tests on master branch and on this branch and equal results!

domokane commented 3 years ago

Thanks.

domokane commented 3 years ago

Hi Vitor -- the yml autopep8 script is failing on github. Do you know how to fix it ?