-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Stubs for filecmp
are missing Pathlike
for common
argument
#7034
Comments
Sounds right. All arguments are just passed to to |
I'd like to work on this. |
Will I have to wait for a new release of |
If you clone typeshed, you can use mypy with the |
Works great, thanks everybody! |
Awesome! |
Btw, after cloning, |
For the record, mypy 0.942 has not yet picked this up (in line with the history of the typeshed subdirectory at https://github.com/python/mypy/commits/v0.942/mypy/typeshed). python/mypy#12321 should have it at one point. |
bug.py
:mypy bug.py
:I guess
common
should beIterable[AnyStr | PathLike[AnyStr]]
:typeshed/stdlib/filecmp.pyi
Lines 16 to 18 in 7bc9c16
Related: #3858, #3864
The text was updated successfully, but these errors were encountered: