driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Run code and automate pylint for PEP8 standards #37

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago

Is your feature request related to a problem? Please describe. The code is not up to PEP8 standards, this should be fixed.

Describe the solution you'd like Setup PyCharm to run it on each commit, and when I set up GitHub actions and pull request template make sure it's required.