-
Notifications
You must be signed in to change notification settings - Fork 21
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
blue is incompatible with flake8 v5 #78
Comments
I have been able to work around this problem by adding a dependency in setup.py for my project on flake8<=4.0.1, the same workaround can be done in a requirements.txt |
Okay, this does look like a trickier incompatibility to resolve. It looks like |
I think this patch will fix the issue |
https://build.opensuse.org/request/show/1004677 by user mcepl + dimstar_suse - Add flake8-v5-compatibility.patch wich makes it work with flake8 v5 gh#grantjenks/blue#78
Unfortunately, not completely. With this change as well:
(i.e. remove the flake8 ceiling), I get the following errors:
|
Could we guys fix the issue? The issue is open for half of the year. Flake8 has already |
hey everyone, any plan for supporting flake8 v5 and v6? |
@xmnlab I guess we have to come up with pull request for this to support it. Otherwise the issue will be open for years... |
If you can, I'll review it. |
Flake8 v5 was just released earlier today. Unfortunately this breaks
blue
as it now crashes with this error:Constraining the flake8 dependency to v4 fixes the error.
The text was updated successfully, but these errors were encountered: