-
-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UP006 Use `tuple` instead of `Tuple` for type annotation UP033 Use `@functools.cache` instead of `@functools.lru_cache(maxsize=None)` UP035 `typing.Tuple` is deprecated, use `tuple` instead UP036 Version block is outdated for minimum Python version The minimum Python version is Python 3.8. From pyproject.toml: requires-python = ">=3.8" Yet, ruff somehow thinks the target is Python 3.9.
- Loading branch information
1 parent
b82abc0
commit 98e2bf2
Showing
4 changed files
with
14 additions
and
14 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
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