Use Flake8 for styling checksΒΆ

Install Flake8: https://flake8.pycqa.org/en/latest/

python -m pip install flake8

Use Flake8 to check your code before submission:

flake8 --config .flake8 [file_name]