Good read on code quality Tools - Link
Picked and checked on below tools for example project
- Bandit - security issues
- Pylint - coding standard
- pycodestyle - code style
Download Project - Link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install pycodestyle | |
pip install pylint | |
pip install bandit | |
Project to Review - https://github.com/umermansoor/microservices | |
Command to run | |
pycodestyle --first bookings.py | |
bandit -r C:\Cleancode\microservices\services | |
pylint bookings.py |
This CI / CD 8th Lab video was motivational to explore these tools. Need to re-read this session again.
Tool Links
code - link
Todo List
Good Reads
Keep Exploring!!!
No comments:
Post a Comment