-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
style: format all python files using black #16453
style: format all python files using black #16453
Conversation
lets add Also black/isort need a config that doesn't interfere with each other: |
Codecov Report
@@ Coverage Diff @@
## develop #16453 +/- ##
===========================================
- Coverage 53.61% 53.24% -0.38%
===========================================
Files 746 749 +3
Lines 66328 67368 +1040
Branches 5573 5776 +203
===========================================
+ Hits 35559 35867 +308
- Misses 26920 27515 +595
- Partials 3849 3986 +137
Flags with carried forward coverage won't be shown. Click here to find out more. |
80e602f
to
a07a08b
Compare
if we're moving to standard formatting, I think we should embrace standard black completely (spaces and all 😜) |
Not feasible for a few reasons:
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
c5c76bf
to
0aba1f3
Compare
0aba1f3
to
7ecaa74
Compare
Ignoring linter and sider for this. Maybe we can run sourcery throughout the codebase to make the fixes. |
To setup pre-commit follow https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist#linting |
Co-authored-by: Frappe Bot <[email protected]>
Process
pre-commit run --all-files
ref: frappe/erpnext#29762
Changes
Reason