You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
People who have a problem Related to flake8 in terms of console or package installation ... etc. You can check my solution for this problem by entering my Repository:
- Fix-Linter-flake8.
The text was updated successfully, but these errors were encountered:
Can your fix work on Windows 10? I fail to install linter-flake8 today. I can use pip to install flake8 with power shell on windows. I can run flake8 [my_python.py] to lint a file. However, when I open Atom and edit a .py file, linter shows me nothing. There is no error message at all. I am not sure if it's running.
When I check the developer console on Atom, it doesn't show errors related to flake8.
I've set the user variable 'Path' to include where pyflakes.exe, flake8.exe, pycodestyle.exe locate. My python version is 3.9.
Update:
I try to do it again with my macbook air and the atom in mac os shows me pop-ups to install Linter, linter ui default, busy signal, intentions. So I know what I missed in windows. I don't know why windows didn't show me the pop-ups before. I install these atom packages with apm and it works like a charm.
People who have a problem Related to flake8 in terms of console or package installation ... etc. You can check my solution for this problem by entering my Repository:
- Fix-Linter-flake8.
The text was updated successfully, but these errors were encountered: