code-style
Installation
SKILL.md
Code Style for Megatron Bridge
This is the single source of truth for code style conventions in Megatron Bridge, combining the ruff/pre-commit configuration with project-specific rules. Read this before writing new code or reviewing PRs.
Style Guides
- Python: Google Python Style Guide
- Shell: Google Shell Style Guide
This repository is Python-first. Target Python 3.10+.
Formatting and Linting
Run before every commit: