Trying to configure Flake8 on Pycharm. I read a lot of articles, but for some reason it does not work.
What I do:
File - & gt; Settings - & gt; External Tools , I press the plus sign, add a new, settings on the screen.
On the Internet they write that you need to search for a file with Flake8 in the Venv \ Bin folder, but I have no such. With such settings, it shows Process Finished with Exit Code 1 , but no errors outputs.
Answer 1, Authority 100%
Settings on the screen are faithful. The problem was that ways to Python.exe files , flake8.exe and filename.py contained Russian characters. It cost them to remove and re-create the project – everything worked.
