@charliermarsh: ty-pre-commit is out now! Pre-commit hooks for type checkers typically require you to either enumerate your dependencie…
Summary
ty-pre-commit is a new tool that simplifies pre-commit hooks for type checkers by automatically installing dependencies using uv.
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
uv announces new security features: a fast dependency auditing command (uv audit) and optional malware scanning on sync operations, both currently in preview.
@vincemask: https://x.com/vincemask/status/2054457804057100405
The article demonstrates how to build automated workflows using custom Hooks to address issues where Claude Code omits commits or leaves formatting misaligned after writing code, running tests, and formatting files.
@whosmatu: I made a package that lets you vibecode directly in your website. Click, prompt, review and commit without ever switchi…
A new npm package called spidey-sense allows developers to prompt, review, and commit code directly from their website without switching tabs.
Python utility package for building Claude Code hooks
A Python utility package that reduces boilerplate for building Claude Code hooks, offering type-safe handlers for pre/post tool use, prompt submission, and session start hooks.
Are you expected to run five Python type-checkers now?
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.