Skip to content
Snippets Groups Projects
username-removed-1668977's avatar
commented on issue #318 "Blanket --select rule not selecting default ignored violation codes" at PyCQA / flake8

This change causes errors reported by plugins that are registered like below being ignored by default:...

username-removed-56772's avatar
opened issue #374 "Support PEP 553, builtin `breakpoint()`" at PyCQA / flake8
username-removed-1662238's avatar
opened issue #373 "New release with pyflakes 1.6" at PyCQA / flake8
username-removed-937293's avatar
commented on issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8

Not worth my time to argue about it.

username-removed-937293's avatar
closed issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8
username-removed-6325's avatar
commented on issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8

Given that 3.4.0 and 3.4.1 have published documentation and we will not rebase established history in this project, there's no redirects we can add...

username-removed-937293's avatar
opened issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8
username-removed-937293's avatar
commented on issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8

hm. we can't do nothing ... (reopening)...

username-removed-6325's avatar
closed issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8
username-removed-6325's avatar
commented on issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8

Ah, I think what happened is we moved that documentation which means it has a new URL now. http://flake8.pycqa.org/en/latest/user/violations.html

username-removed-937293's avatar
commented on issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8

v3.4.1 was tagged a month ago in https://gitlab.com/pycqa/flake8/tags/3.4.1, so I see no reason why the docs shouldn't be available by now :)

username-removed-937293's avatar
opened issue #372 ""ignoring-errors" replaced by "violations" in docs (latest pointers on flake8.pycqa.org are broken to v3.4.1)" at PyCQA / flake8
username-removed-1638875's avatar
commented on issue #281 "flake8 crashes with python 3.5" at PyCQA / flake8

I have the same problem with Python 2.7...

username-removed-1167836's avatar
commented on issue #371 "Disabling flake8 for a particular line exhibiting E266 fails" at PyCQA / flake8

Hi, apologies for opening this issue - I was quite certain when I created it that I was running the latest version of flake8. Thanks for all your w...

username-removed-6325's avatar
closed issue #371 "Disabling flake8 for a particular line exhibiting E266 fails" at PyCQA / flake8
username-removed-6325's avatar
commented on issue #371 "Disabling flake8 for a particular line exhibiting E266 fails" at PyCQA / flake8

Support for # noqa: E266 was first added in v3.0.0. Prior to that # noqa relied on the check to decide whether or not it accepted or respected # noqa...

username-removed-221232's avatar
commented on issue #370 "exclude directive is ignored in flake8 3.4.x (regression from 3.3.0)" at PyCQA / flake8

This is quite unfortunately condescending....

username-removed-221232's avatar
closed issue #370 "exclude directive is ignored in flake8 3.4.x (regression from 3.3.0)" at PyCQA / flake8
username-removed-6325's avatar
commented on issue #370 "exclude directive is ignored in flake8 3.4.x (regression from 3.3.0)" at PyCQA / flake8

Which quite unfortunately was not even mentioned in the release notes......

username-removed-221232's avatar
commented on issue #370 "exclude directive is ignored in flake8 3.4.x (regression from 3.3.0)" at PyCQA / flake8

Looks like it's because of this:...