mcore-linting-and-formatting

Installation
SKILL.md

Linting and Formatting


Running the Formatter

Run before opening a PR:

# Check mode (no changes applied)
BASE_REF=main CHECK_ONLY=true SKIP_DOCS=false bash tools/autoformat.sh

# Fix mode
BASE_REF=main CHECK_ONLY=false bash tools/autoformat.sh

Tools invoked: black, isort, pylint, ruff, mypy.


Installs
1.6K
Repository
nvidia/skills
GitHub Stars
2.6K
First Seen
May 30, 2026
mcore-linting-and-formatting — nvidia/skills