gran4 / AI-InvestiBot

Innovative, high quality stock bot
MIT License
19 stars 7 forks source link

added pylint to requirements and commented out pylint #89

Closed alexpvpmindustry closed 1 year ago

alexpvpmindustry commented 1 year ago

pylint actually works, but the code is not linted properly. so github actions errors out. image

I recommend to lint your code with an IDE first, then uncomment the pylint in yml again. or, fix with .pylintrc

image

image

gran4 commented 1 year ago

Thank you