A simple script to make our lives easier while checking Flake8 syntax in .py files.
Requirements:
- Python3
- Flake8
Usage:
./Flake8Checker.sh <directory to check files in>
Installation:
1- Clone or download this repository.
2- Put Flake8Checker.sh anywhere you want.
3- Give it execution permissions: sudo chmod +x Flake8Checker.sh
Follow me on GitHub!