noahgift / flask-ml-azure-serverless

Deploy Flask Machine Learning Application on Azure App Services
99 stars 199 forks source link

Update Lint command in Makefile #3

Open buniumasta opened 3 years ago

buniumasta commented 3 years ago

Probably it is intentionally left but pylint should be updated with W0702 otherwise build will failed during CI/CD. pylint --disable=R,C,W1203,W0702 app.py