Skip to content

ci(pre-commit): autoupdate hooks - #744

Merged
tlambert03 merged 3 commits into
mainfrom
ci/autoupdate-aug26
Aug 26, 2026
Merged

ci(pre-commit): autoupdate hooks#744
tlambert03 merged 3 commits into
mainfrom
ci/autoupdate-aug26

Conversation

@tlambert03

Copy link
Copy Markdown
Member

Follow-up to #728: re-ran prek autoupdate on current main.

  • validate-pyproject v0.250.26
  • typos v1.48.0v1.49.0
  • ruff v0.16.1v0.16.4
  • mypy v2.3.0v2.3.1

ruff 0.16.4 adds a fix for RUF036 (None not at the end of a type union),
which hits two places:

  • _concrete.py — applied as-is.
  • tests/test_magicgui.py::test_no_order — reverted and noqa'd, since the
    reversed Union[None, int] is precisely what that test is checking.

All hooks pass, and the suite passes locally on both PyQt6 and PySide6.

🤖 Generated with Claude Code

tlambert03 and others added 3 commits August 26, 2026 13:48
- validate-pyproject v0.25 -> 0.26
- typos v1.48.0 -> v1.49.0
- ruff v0.16.1 -> v0.16.4
- mypy v2.3.0 -> v2.3.1

Applies the new RUF036 fix in `_concrete.py`, and noqa's it in
`test_no_order`, where the reversed `Union[None, int]` is the point of
the test.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@tlambert03
tlambert03 merged commit 128e4ba into main Aug 26, 2026
32 checks passed
@tlambert03
tlambert03 deleted the ci/autoupdate-aug26 branch August 26, 2026 12:15
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