-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-1834 Use a code formatter #852
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
Conversation
ShaneHarvey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run black/isort again now that you've manually fixed the mypy issues.
|
Also let's use |
Done, updated top level comment |
|
Note to self, use |
|
Note the one test failure was a flake and can be ignored. |
Ran
black --line-length 100 .andisort --profile black .on the codebase.