-
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
Feature request - support flake8-use-pathlib
plugin
#2060
Labels
plugin
Implementing a known but unsupported plugin
Comments
|
I'll make a PR for this today, super useful plugin |
Awesome. We should be well-positioned to implement this via |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would love to see support for the
flake8-use-pathlib
plugin for enforcing use ofpathlib
overos
.https://gitlab.com/RoPP/flake8-use-pathlib
https://pypi.org/project/flake8-use-pathlib/
For justification on why using
pathlib
is "better" thanos
.https://realpython.com/python-pathlib/
https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/
https://treyhunner.com/2019/01/no-really-pathlib-is-great/
os.path
operations and theirpathlib
equivalentshttps://docs.python.org/3/library/pathlib.html#correspondence-to-tools-in-the-os-module
The text was updated successfully, but these errors were encountered: