Linting a Python Project with Pylint
Channel:
Subscribers:
25,200
Published on ● Video Link: https://www.youtube.com/watch?v=gCzhuY6zFOw
I run Pylint on my Python Flask REST API boilerplate code.
https://github.com/Sean-Bradley/Seans-Python3-Flask-Rest-Boilerplate
In this video I solve many linting warnings.
Eg, snake_case method name, upper_case variable names, import ordering and unused import, warnings. There are many possible types of warnings in from Pylint, which uses the PEP8 style standard
It only took a few minutes.
How to Install Pylint : https://sbcode.net/python/coding-conventions/#pylint
List of Pylint Messages : https://seanwasere.com/pylint--list-msgs/
This api is hosted at
https://seans-python3-flask-rest.herokuapp.com/request
and the swagger-ui hosted at
https://seans-python3-flask-rest.herokuapp.com/swagger/
Other Videos By SBCODE
Tags:
pylint
python
flask
pep8