fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.34k stars 190 forks source link

Chore/pylint #96

Closed fmilthaler closed 1 year ago

fmilthaler commented 1 year ago

Formatting (with black) and finally introducing sorting of imports according to PEP8. Also, settings up mypy and pylint for future use. This solves #93

fmilthaler commented 1 year ago

@PietropaoloFrisoni I don't want to be disrespectful and merge without requesting a review, but I also don't want to waste your time with PRs that are basically just a refactoring or chores like this one. I'll merge this without your review now. However, if you want to review even PRs like this one, let me know and I'll assign them to you in the future! :)

PietropaoloFrisoni commented 1 year ago

@fmilthaler Thanks, Frank. I totally understand! Please don't worry about it and do as you wish. I'll also eventually merge without requesting a review in case the changes are trivial (like correcting typos, formatting, etc.) to save your time.

Best