Skip to content

Conversation

@rolandwalker
Copy link
Contributor

Description

  • Set ruff linter to v0.14.10 in pyproject.toml, using ~= operator for greater predictability.
  • Update target linting version to py310 since Python 3.9 is no longer supported.
  • Add strict argument to uses of zip() to satisfy py310 lint.

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).
  • I ran uv run ruff check && uv run ruff format && uv run mypy --install-types . to lint and format the code.

@rolandwalker rolandwalker self-assigned this Dec 30, 2025
 * Set ruff linter to v0.14.10 in pyproject.toml, using "~=" operator
   for greater predictability.
 * Update target linting version to py310 since Python 3.9 is no longer
   supported.
 * Add "strict" argument to uses of zip() to satisfy py310 lint.
@rolandwalker rolandwalker force-pushed the RW/update-ruff-v0-14-10 branch from a53324a to ab741f3 Compare December 30, 2025 17:44
@rolandwalker rolandwalker merged commit f38ea17 into main Dec 30, 2025
8 checks passed
@rolandwalker rolandwalker deleted the RW/update-ruff-v0-14-10 branch December 30, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants