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
fix: Add optional-dependencies to pyproject.toml for CI, update type annotations for Python 3.9+
- Add [project.optional-dependencies] for test and params extras in pyproject.toml
- Update type annotations to use modern syntax (list[X] instead of List[X])
- Update setup.py python_requires to >=3.9, add Python 3.12 classifier
- Update ruff target-version to py39
- Remove deprecated ANN101/ANN102 rules from ignore list
- Add mypy exclude for .venv, build, dist directories
0 commit comments