Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Python 3.13 support, misc. CI improvements #267

Merged
merged 3 commits into from
Oct 19, 2024
Merged

add Python 3.13 support, misc. CI improvements #267

merged 3 commits into from
Oct 19, 2024

Conversation

jameslamb
Copy link
Owner

  • adds Python 3.13 support
  • adds all runtime dependencies to pre-commit env for mypy, so it can run more thorough checks
  • updates all pre-commit hooks with pre-commit autoupdate

Fixes the following new ruff errors:

tests/test_config.py:11:17: PT003 `scope='function'` is implied in `@pytest.fixture()`
tests/test_cli.py:114:35: PT007 Wrong values type in `@pytest.mark.parametrize` expected `list` of `tuple`
tests/test_cli.py:799:12: PIE810 Call `startswith` once with a `tuple`
tests/test_utils.py:47:5: PT006 Wrong type passed to first argument of `@pytest.mark.parametrize`; expected `tuple`

@jameslamb jameslamb added the maintenance Not a bug or feature label Oct 19, 2024
@jameslamb jameslamb merged commit e48ba1c into main Oct 19, 2024
22 checks passed
@jameslamb jameslamb deleted the misc/tests branch October 19, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Not a bug or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant