Skip to content
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

[?] comparison to Black? #518

Closed
floer32 opened this issue Mar 14, 2019 · 5 comments
Closed

[?] comparison to Black? #518

floer32 opened this issue Mar 14, 2019 · 5 comments
Labels
bug Something isn't working documentation Docs related task

Comments

@floer32
Copy link

floer32 commented Mar 14, 2019

Doc request - similarities/differences vs Black? https://github.com/ambv/black

@kxepal
Copy link

kxepal commented Mar 14, 2019

They would be hard to compare since black is a code formatter while this project is a static analyzer. A bit more proper topic could be "How Black formatted code violates the style".

@sobolevn sobolevn added bug Something isn't working documentation Docs related task labels Mar 14, 2019
@sobolevn
Copy link
Member

sobolevn commented Mar 14, 2019

Clearly it is a bug in the docs. I will add this section.

This project does not format or change your code at all.
But, it enforces best practices and cares about design and complexity of your codebase, while black does not do that at all.

Moreover, black itself violates a lot of flake8 rules that this linter respects. Like line length.

@floer32
Copy link
Author

floer32 commented Mar 14, 2019

👌

Thanks!

@floer32
Copy link
Author

floer32 commented Mar 14, 2019

That's all the detail I need at least haha. (Don't need a point-by-point, personally)

@sobolevn
Copy link
Member

Docs were added in 0.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Docs related task
Projects
None yet
Development

No branches or pull requests

3 participants