TIL: all the cool kids are using prek instead of pre-commit, as its faster (Rust) and fully compatible with .pre-commit-config.yaml!
https://prek.j178.dev/
(where "cool kids" == fastmcp, cpython, fastapi, ruff, ty, etc)
Code
from rich.console import Console
console = Console()
console.print(
":rocket: Hi! I'm a researcher, teacher, podcaster, and software developer!"
)🚀 Hi! I'm a researcher, teacher, podcaster, and software developer!