-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Clarify imports that are dependent on the version of Python #2249
Clarify imports that are dependent on the version of Python #2249
Conversation
4f0c488
to
b187709
Compare
b187709
to
a27982f
Compare
Changing the default skin for the Android emulator broke the testbed tests:
|
9b65922
to
49f44cd
Compare
I was able to resolve the testbed failures by having the AVD use |
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.
At some point, we'll probably need to update the android tests to reflect changes in device skin; but otherwise, this all makes sense.
Changes
pyupgrade
can automatically handle for Python EOLspyupgrade
can change imports, run it beforeisort
runs in pre-committoml
package is no longer necessary to runisort
inpre-commit
codespell
's usage of TOML (such as the fact it uses thetomli
package), instruct pre-commit to install thetoml
extra forcodespell
PR Checklist: