t-rexdex / py_bootcamp

Python Bootcamp
0 stars 0 forks source link

Format with flake8 #6

Closed huytran187 closed 1 year ago

huytran187 commented 1 year ago

pip install flake8 in your virtual environment at project root directory, run flake8 . understand and fix all errors showing in your terminal

note that pycharm/vscode will likely complain the same thing that flake8 complains. the point here is to show you where those complains from these IDE come from, and fix it

t-rexdex commented 1 year ago

Completed in multiple PR