Open
Conversation
629fdd5 to
768bc48
Compare
04275ba to
4cabc51
Compare
Collaborator
arunkannawadi
left a comment
There was a problem hiding this comment.
I've been wanting to set this up for a while, but kept postponing it. I will have to break this up into more commits, and all the changes introduced by the formatters should be in one single, bit commit so I can set that to be ignored when going through history. I'll merge this after some of the existing branches are merged so the formatting applies to everything at once.
552c2aa to
2bec053
Compare
5a8d9d3 to
7d2d028
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Adds pre-commit to add some level of standardization across the code.
Pyright checking is not done yet, will probably do that another time as it has quite a bit of errors there.
Checklist
developand notmain.If you don't have a premium proxy, some of the tests will be skipped.
The tests that are run should pass without raising
MaxTriesExceededExceptionor other exceptions.