cs361-stock-prediction / stock-predictor

All Code for Stock Prediction Web App for CS361 Winter 2020
1 stars 0 forks source link

Python Linter Error Ignores #15

Closed lyellread closed 4 years ago

lyellread commented 4 years ago

Explanation

Out python linters both have error sets that need to be ignored. Prime example is on https://github.com/cs361-stock-prediction/stock-predictor/pull/14.

Steps to Reproduce

See https://github.com/cs361-stock-prediction/stock-predictor/pull/14

Fix Recommendation

Find out how to configure the linters to ignore classes of errors.