You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(pyproject.toml): drop support for python 3.9 (require 3.10+) (#641)
* build(pyproject.toml): drop support for python 3.9 (require 3.10+)
In upgrading via #592 and #622, requires stable use of __qualname__, not supported in dataclasses in python3.9 (solves #637).
* style: Replace isinstance calls that use tuples to the `|` operator as per ruff UP038
* refactor(cli.py): exchange union use for '|' as per ruff UP007
* refactor(test_docscrape): explicitly declare strict=True for testing zips
* test(test_docscrape.py): use strict and include 4th parameter check for the docscrape test
* refactor(validate.py): remove `Optional[X]` for use of `X | None`
ruff UP007, UP045
* refactor(test_docscrape.py): ruff formatting
0 commit comments