Does flake8 still ignore W503 by default? #2925
Labels
good first issue
Good for newcomers
T: documentation
Improvements to the docs (e.g. new topic, correction, etc)


Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504 ignores were present in code or configuration. Only after adding explicitly W503 to extended-ignore would flake8 be satisfied.
Originally posted by @scottfurry in #1661 (comment)
The text was updated successfully, but these errors were encountered: