-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Black or flake8 to make formatting much more consistent. #7
Comments
Feel free to submit a config & CI job for black. |
what python version should I add? |
Abhirup-99
changed the title
Add Black and flake8 to make formatting much more consistent.
Add Black or flake8 to make formatting much more consistent.
Mar 18, 2021
I skipped black, as it was colliding with flake8. We need to go with either one of them. I am in favor of using flake8, as it gives more flexibility and follows all the PEP proposals, which isn't the case with Black. Let me know what you think? |
Abhirup Pal ***@***.***> writes:
what python version should I add?
The latest python3 version.
|
Abhirup Pal ***@***.***> writes:
I skipped black, as it was colliding with flake8. We need to go with either one of them. I am in favor of using flake8, as it gives more flexibility and follows all the PEP proposals, which isn't the case with Black. Let me know what you think?
I'm actually a fan of black, because it leaves no room for arguing about
formatting options (which I don't really don't care about doing, as long
as it's consistent).
|
Should I replace flake8 with black then? |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: