style: Apply Black styling to the entire Python codebase#8800
Closed
jennifer-richards wants to merge 2 commits intoietf-tools:feat/reformat-everythingfrom
Closed
style: Apply Black styling to the entire Python codebase#8800jennifer-richards wants to merge 2 commits intoietf-tools:feat/reformat-everythingfrom
jennifer-richards wants to merge 2 commits intoietf-tools:feat/reformat-everythingfrom
Conversation
Restyled all files with $ black ietf $ black tzparse.py
Collaborator
|
Is there documentation on what the default If we do this, we should add a GH action that checks for |
Collaborator
Collaborator
|
I think you should add a reference to the style in |
Member
Author
|
Enough changes are going to be needed both to method and managing change attribution that I'm going to close this PR to reduce noise. Thanks for the comments, @richsalz, they have been captured. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This appears to work for me with a couple notes:
.git-blame-ignore-revs.git config --local blame.ignoreRevsFile .git-blame-ignore-revs. Maybe we can automate this as part of checkout/config, but I haven't found an automatic way to use this file at the git level.Also, very important: we'll need to modify our actions to accommodate the change from single quotes to double quotes in
ietf/__init__.py(see the comments there)