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
130
Repository
nvidia/skills
GitHub Stars
1.0K
First Seen
6 days ago
mcore-linting-and-formatting — nvidia/skills