Join us

ContentUpdates and recent posts about pre-commit..
Discovery IconThat's all about @pre-commit — explore more posts below...
Story
@laura_garcia shared a post, 18 hours ago
Software Developer, RELIANOID

We’re heading to Big Data & AI World 2026

We’re heading to Big Data & AI World 2026 📍 4–5 March 2026 | London Part of Tech Show London 2026, this event brings together data and AI leaders focused on responsible, scalable AI and measurable business outcomes. At RELIANOID, we enable secure, high-performance infrastructures ready for AI-driven..

big_data_ai_world_london_2026_relianoid
 Activity
@yelbur started using tool Python , 1 day, 12 hours ago.
 Activity
@yelbur started using tool Node.js , 1 day, 12 hours ago.
 Activity
@yelbur started using tool Go , 1 day, 12 hours ago.
 Activity
@yelbur started using tool Fedora , 1 day, 12 hours ago.
 Activity
@yelbur started using tool Docker , 1 day, 12 hours ago.
 Activity
@yelbur started using tool BigQuery , 1 day, 12 hours ago.
Link
@kala shared a link, 2 days, 17 hours ago
FAUN.dev()

Realtime Prompting Guide

OpenAI shipsgpt-realtimeand declares GA for theRealtime API. It's a speech-to-speech model that tightens instruction-following, steadiestool calling, and lifts voice fidelity. Latency drops. True realtime agents become possible. The release prescribesprompt skeletons,JSON envelopetool outputs,sessio.. read more  

Realtime Prompting Guide
Link
@kala shared a link, 2 days, 17 hours ago
FAUN.dev()

Do you need an MCP to build your native app?

Do you need an MCP to build your native app? Surprisingly, modern agents succeed either way. The real difference is how much time, cost, and context you waste along the way... read more  

Do you need an MCP to build your native app?
Link
@kala shared a link, 2 days, 17 hours ago
FAUN.dev()

The Pentagon is making a mistake by threatening Anthropic

Anthropic's Claude Gov, optimized for national security uses, has fewer restrictions than regular versions. The Pentagon is threatening retaliation if Anthropic does not waive these restrictions by Friday, including invoking the Defense Production Act or declaring Anthropic a supply chain risk. Anth.. read more  

pre-commit is an open source framework that makes it easy to install, manage, and run Git hooks across any programming language. Developers define their hooks in a simple YAML configuration file, and pre-commit handles environment isolation, version pinning, and consistent execution. It supports code formatting, linting, security checks, secret scanning, and custom scripts. Teams use it to enforce code quality and security rules before code is committed, reducing noise in CI pipelines and improving overall code hygiene. Its lightweight design and broad ecosystem of community hooks make it one of the most widely adopted tools for source control automation.