Skip to content

Fix platformdirs type hint issue#14

Merged
mhxion merged 3 commits into
mainfrom
fix-type-hints
Jan 12, 2026
Merged

Fix platformdirs type hint issue#14
mhxion merged 3 commits into
mainfrom
fix-type-hints

Conversation

@mhxion

@mhxion mhxion commented Jan 12, 2026

Copy link
Copy Markdown
Member

Mypy complains about type mismatch between ProperPath.platformdirs return type (ProperPath) and its parent class platformdirs.PlatformDirs return type (str).

Mypy complains about type mismatch between ProperPath.platformdirs
return type ("ProperPath") and its parent class
platformdirs.PlatformDirs return type ("str").
@mhxion mhxion self-assigned this Jan 12, 2026
@mhxion mhxion added the bugfix Typically a PR with a bugfix. label Jan 12, 2026
@mhxion
mhxion merged commit 5c9e9fc into main Jan 12, 2026
1 check passed
@mhxion
mhxion deleted the fix-type-hints branch January 12, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Typically a PR with a bugfix.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant