Skip to content

Support flake8 instead of pyflakes as linter in the editor #16249

@andprosoft

Description

@andprosoft

In the following example, Spyder 5.1.1. shows correctly a E302 error:

linting1 py
linting2 py

Now, when silencing another error using the noqa command, then this error is not shown anymore, even if it was not silenced:

linting3 py

However, the E302 error still exists, which is confirmed when the file is analyzed with flake8:

linting4 py

I think, Spyder should also show the E302 error.

Sub-issues

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions