Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Flake8 rule 'B950' reported an invalid point #741

Open
karrukola opened this issue Jul 28, 2020 · 1 comment
Open

Flake8 rule 'B950' reported an invalid point #741

karrukola opened this issue Jul 28, 2020 · 1 comment

Comments

@karrukola
Copy link

karrukola commented Jul 28, 2020

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

select = C,E,F,W,B,B950
ignore = E203, E501, W503
max-line-length=80

Flake8 settings taken from Black documentation

Debug information:
Atom version: 1.49.0
Flake8 version: 3.8.3 (flake8-bugbear: 20.1.4, flake8-docstrings: 1.5.0, pydocstyle: 5.0.2, mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0, rst-docstrings: 0.0.13) CPython 3.6.8 on Windows

@karrukola
Copy link
Author

Also occurring in this environment:

Debug information:
Atom version: 1.49.0
Flake8 version: 3.8.3 (flake8-bugbear: 20.1.4, mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0) CPython 3.8.3 on Windows

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant