linter-flake8 icon indicating copy to clipboard operation
linter-flake8 copied to clipboard

Linting Python files on the fly using flake8 with Atom

Results 67 linter-flake8 issues
Sort by recently updated
recently updated
newest added

Flake8 itself doesn't have any limitations for the error code format. On practice, some plugins have longer than 1 letter in the error code: `WPS`, `DAG`, `DEAL`. The reason is...

probably fixes most of the issues on this repo. #747 #737 #708 #722 #724 #739 #745 #735 etc... can test this by doing: ```bash apm install casperdcl/linter-flake8 ``` followed by...

when i try to run this bash scripts/install_mac.sh command it gets this error install.sh: line 2: $'\r': command not found install.sh: line 33: syntax error: unexpected end of file

By default, command line `flake8` checks for configuration in places such as `~/.config/flake8`. However, `linter-flake8` fails to load this configuration file by default, resulting in a surprising situation as the...

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: -...

My flake8 was working last week both on my mac and windows pc and I haven't changed any settings or downloaded anything new and both of my computers have an...

Errors seem to persist sometimes after correction. I have tried running flake8 manually at the command line on the affected file and the errors are no longer there. I get...

when saving a simple python file with atom, flake 8 crashes (works with the command line though). I'm on OSX, flake8 installed with `pip install flake8`. I'm using the latest...

I have linter as well as all dependencies installed. But when I startup Atom, I get this error: C:\Users\hrida\.atom\packages\linter\lib\linter-registry.js:155 [Linter] Error running Flake8 Error: c:\users\hrida\appdata\local\programs\python\python37\lib\site-packages\pep8.py:110: FutureWarning: Possible nested set at...

I recently installed linter-flake8 and also installed all the dependencies but I keep getting this error. [Linter] Error running Flake8 See Console for more info. On opening the Console, it...