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 reported an invalid point for the rule `W291`, with the messge `trailing whitespace`. Debug information: Atom version: 1.24.0 Flake8 version: `3.3.0 (mccabe: 0.6.1, pycodestyle: 2.3.1, pyflakes: 1.5.0) CPython 2.7.15+...

The [flake8 per-file-ignores](https://github.com/snoack/flake8-per-file-ignores) add-in works in CLI but not in AtomLinter. My `tox.ini` config file looks like so, ``` [flake8] per-file-ignores = /tests/test__checks.py: D103 ``` Could be related to https://github.com/AtomLinter/linter-flake8/issues/622...

To ease the modification/contribution to publish pipeline there has been some discussion of adopting a continuous deployment system for AtomLinter packages. To accomplish this we are making use of [`semantic-release`](https://github.com/semantic-release/semantic-release)...

I'm getting error E999 on this line: `print("hello", end="")` I'm working on a Python3 environment. How can I resolve this?

Flake8 reported an invalid point for the rule `W292`, with the messge `no newline at end of file`. Debug information: Atom version: 1.18.0 Flake8 version: `3.4.1 (mccabe: 0.6.1, pycodestyle: 2.3.1,...

External
Unable to reproduce

I have the "Project config file" field configured left as default, so: > Default: tox.ini, .flake8, setup.cfg I have both a `tox.ini` and a `.flake8` file in the root directory...

This is the `setup.cfg` file. I know that the linter reads the file because `ignore` is honored so there's something going on with the `exclude`. The first screenshot shows the...

enhancement

If a project is using Pipenv, then for the first time people don't need to activate an environment to install project specific dependencies in Python, they can just proxy things...

In Atom Version 1.18.0, every time I open a .py script, Flake8 crashes. The console output is `main.js [sm]:201 linter-flake8:: Flake8 returned an error Fatal Python error: Py_Initialize: unable to...

question