mcore-linting-and-formatting

Originally fromnvidia/skills
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
39
First Seen
Jun 12, 2026
mcore-linting-and-formatting — promptingcompany/nv-skills