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

I did pip install flake8 and apm install linter-flake8, but nothing comes up in Atom. I'm on a Mac. I noticed a lot of fixes about changing the executable path,...

i have done a lot i tried doing what this page did Failed to spawn command `flake8`. #537 but it was still having the same error i dont understand what...

Hello, I need help not to go completely insane. I've been going around in circles for 15 hours. when I use the flake8 linter I always get the same error...

Hi, I've recently installed Atom and the Linter and linter-flake8 packages (through the Atom package manager) on Linux Mint 19.3. Atom and Linter work fine, however Linter throws a flake8...

I'm using the latest version of atom under Ubuntu 20 LTS. I have installed linter and linter-flake8, and previously installed flake 8 with `pip3 install flake8` When I open a...

I tried several things now. For example, I put the executable path to where the flake.exe on my computer is. I put a path to the folder outside of atom....

atom: 1.40.0 linter-flake8: 2.4.0 with default settings OS: Debian 10, 4.19 Python: 3.7.3 I am using the package wemake-python-styleguide for enhanced flake8. All errors beside (DAR***, N*** and WPS***) are...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.51.0 x64 **Electron**: 5.0.13 **OS**: Unknown Windows version **Thrown From**: [linter-flake8](https://github.com/AtomLinter/linter-flake8) package 2.4.0 ### Stack Trace Uncaught Error: Cannot find module...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.51.0 x64 **Electron**: 5.0.13 **OS**: Microsoft Windows 10 Pro **Thrown From**: [linter-flake8](https://github.com/AtomLinter/linter-flake8) package 2.4.0 ### Stack Trace Uncaught Error: Cannot find...

Flake8 reported an invalid point for the rule `B950`, with the messge `line too long (90 > 80 characters)`. Code formatted by black with its default settings. Content of .flake8...