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
pip install flake8 in your virtual environment at project root directory, run
flake8 .
understand and fix all errors showing in your terminalnote 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