Skip to content

Comments

annotations: allow os.PathLike[str]#546

Closed
randolf-scholz wants to merge 1 commit intopre-commit:mainfrom
randolf-scholz:annotations_path_like
Closed

annotations: allow os.PathLike[str]#546
randolf-scholz wants to merge 1 commit intopre-commit:mainfrom
randolf-scholz:annotations_path_like

Conversation

@randolf-scholz
Copy link

This PR changes the type hints from str to str | os.PathLike[str], so that for example pathlib.Path can be passed without mypy or pyright complaining.

@asottile
Copy link
Member

I have no intention of supporting pathlib usage in the library -- anything that works today is purely by accident

@asottile asottile closed this Oct 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants