-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
.to_public()
now doesn't underline for pyright (#49)
* fix: `.to_public()` now doesn't underline for pyright plus some other typing improvements * fix: import `Self` from typing_extensions to keep it 3.10 * fix: address pylint errors * feat: add typing_extensions to dependencies * fix: address pylint errors, take 2 * fix: tests now should accept that all scalar types can call `to_public()` * fix: remove all public scalar types not allowed to call `to_public()` * feat: add `typing_extensions` to tool.uv * feat: bump version
- Loading branch information
Showing
3 changed files
with
65 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters