-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Black lint #3568
Black lint #3568
Conversation
You'll probably need to revert changes to |
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cmaddalozzo, yuzisun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thank you very much for doing this! |
* Auto-format all Python files Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Use black for linting Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Don't run poetry check on root pyproject.toml Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Re-add flake8 linting Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Fix linting errors Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Add python path Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Fix linting Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Fix circular dependency Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> * Fix circular dependency Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net> --------- Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
What this PR does / why we need it:
Auto-formats all Python code using black and adds a black linting job to GitHub actions.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #3567
Type of changes
Please delete options that are not relevant.