Skip to content

Conversation

@jmlweb
Copy link
Owner

@jmlweb jmlweb commented Jan 27, 2026

Summary

Updates the pre-commit hooks and dev dependencies to use the latest versions of ruff and mypy.

Changes

  • ruff: 0.4.4 → 0.14.0
  • mypy: 1.11.0 → 1.15.0

Verification

  • ruff check webstatuspi tests - All checks passed
  • mypy webstatuspi --ignore-missing-imports - No issues found

Why?

Keeping linting tools up to date ensures we benefit from:

  • New lint rules and bug fixes
  • Better performance
  • Improved type checking accuracy

- Update ruff from 0.4.4 to 0.14.0 in pre-commit hooks
- Update mypy from 1.11.0 to 1.15.0 in pre-commit hooks
- Update pyproject.toml dev dependencies to match
- Regenerate uv.lock with new versions

Both linting and type checking still pass with no issues.
@jmlweb jmlweb merged commit 7a746de into main Jan 27, 2026
4 checks passed
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.

1 participant