-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E704 is now conflicting with new black formatting rules #1925
Comments
please read the issue template and the prompts before creating an issue |
Hi @asottile I am facing the same issue. |
@camilamacedo86 Anthony was not asking you to create a new issue because this is not the correct place to create an issue. The issue prompts tell you that if you read them as does the flake8 documentation |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
how did you install flake8?
poetry add flake8
unmodified output of
flake8 --bug-report
describe the problem
black as of 24.3.0 will format overload type stubs on one line, which I personally like
however, flake8 will complain about this via E704. I also like this rule, except for ellipses.
It would be good to relax E704 to allow for type stubs.
The text was updated successfully, but these errors were encountered: