-
-
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
Migrate from appdirs
to platformdirs
#4887
Migrate from appdirs
to platformdirs
#4887
Conversation
appdirs
to platformdirs
Pull Request Test Coverage Report for Build 1153126609
π - Coveralls |
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.
ππ»
include_trailing_comma = True | ||
skip_glob = tests/functional/**,tests/input/**,tests/extensions/data/**,tests/regrtest_data/**,tests/data/**,astroid/**,venv/** | ||
src_paths = pylint | ||
|
||
[mypy] | ||
scripts_are_modules = True | ||
|
||
[mypy-appdirs] | ||
[mypy-platformdirs] |
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.
@Pierre-Sassoulas FYI, you should be able to remove this, since another benefit of platformdirs
is it is fully statically typed.
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.
@CAM-Gerlach Thanks for the heads up! We can indeed remove it (#4889), although we need to bump the required version first (#4890).
Type of Changes
Description
Black already did the migration, the import time also got faster see psf/black#2375. A worthy import time goal for astroid π
Closes #4886