fmilthaler / FinQuant

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

Detect and fix issues with mypy and pylint #95

Closed fmilthaler closed 11 months ago

fmilthaler commented 1 year ago

Run both mypy and pylint on the code base and (slowly) fix issues

fmilthaler commented 1 year ago

Example: For issues with matplotlib.pyplot, do:

import matplotlib.pyplot as plt  # type: ignore
pythonhacker commented 11 months ago

I will be happy to look at this if you are fine with it. Also perhaps kindly look at issue #119

fmilthaler commented 11 months ago

@pythonhacker Thanks, but I'm already working on this one these days. PR #122 should be ready in the next few days.

fmilthaler commented 11 months ago

Actually, this is a sort of duplicate of #94. Closing this now.