-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Flake8-commas support #551
Comments
I'm not familiar with this tool, but glancing at the README it should mostly already match Black's behavior. What specific change are you looking for? |
After usage of Black, I still have several warnings from flake8-commas (C812, C815, C816).
|
I think the idea with black is that you'd remove The one disagreement between the two tools is that |
Doesn't sound like this is currently actionable. |
Is there any plans to conform flake8-commas?
The text was updated successfully, but these errors were encountered: