Code Formatter

Formats Python files with black and isort.

ob-aion b277725 2 files · 1019 B Updated

File contents

Code formatter

A narrow utility skill. Formats Python files in place using black and isort.

When to use

When the user asks to format Python code or normalise import order.

How

black <path> && isort <path>

The skill expects black and isort to be installed in the environment. It does not write to identity files, does not fetch external URLs, does not embed inline-deps without pins, and does not contain hidden Unicode payloads.

ob-aion/pruner/tree/main/examples/benign-skill commit b277725877

Frequently asked questions

npx skillmds@latest add ob-aion/code-formatter