@charliermarsh: ty-pre-commit is out now! Pre-commit hooks for type checkers typically require you to either enumerate your dependencie…

X AI KOLs Following Tools

Summary

ty-pre-commit is a new tool that simplifies pre-commit hooks for type checkers by automatically installing dependencies using uv.

ty-pre-commit is out now! Pre-commit hooks for type checkers typically require you to either enumerate your dependencies in the hook config, or install them out-of-band. This one Just Works (TM) by leveraging uv to install any necessary dependencies prior to type-checking. https://t.co/IKbN5S77Fl
Original Article
View Cached Full Text

Cached at: 06/11/26, 11:43 PM

ty-pre-commit is out now!

Pre-commit hooks for type checkers typically require you to either enumerate your dependencies in the hook config, or install them out-of-band.

This one Just Works (TM) by leveraging uv to install any necessary dependencies prior to type-checking. https://t.co/IKbN5S77Fl

Similar Articles

Vulnerability and malware checks in uv

Lobsters Hottest

uv announces new security features: a fast dependency auditing command (uv audit) and optional malware scanning on sync operations, both currently in preview.

Are you expected to run five Python type-checkers now?

Hacker News Top

A blog post arguing that Python library maintainers should prioritize running multiple type-checkers on their test suite to ensure public API compatibility, highlighting challenges with compatibility and code pollution.