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

This repository is Python-first. Target Python 3.10+.

Formatting and Linting

Run before every commit:

uv run ruff check --fix .
Related skills

More from nvidia-nemo/megatron-bridge

Installs
1
GitHub Stars
577
First Seen
Apr 19, 2026