#formatting

10 pages tagged formatting.

10/10

ruff

Package-level reference for ruff on PyPI — install variants, fast-moving version policy, and how a single binary subsumes flake8, isort, pyupgrade, and black.

05-31-2026#pip#package#linting

pygments

Package-level reference for Pygments on PyPI — install, version policy, lexers, formatters, and the pygmentize CLI it ships.

05-31-2026#pip#package#syntax-highlighting

pygmentize

Highlight source code from the command line — many lexers, many output formats.

05-31-2026#cli#pygments#syntax-highlighting

prettier

Package-level reference for prettier on npm — install variants, v3 ESM-only switch, plugin model (Tailwind, Astro, etc.), Node support, and alternatives.

05-31-2026#npm#package#formatting

black

Package-level reference for black on PyPI — install variants, version policy, the [d] and [jupyter] extras, and how it relates to ruff format.

05-31-2026#pip#package#formatting

@biomejs/biome

Package-level reference for @biomejs/biome on npm — install, single-binary toolchain replacing prettier+eslint, Node support, and alternatives.

05-31-2026#npm#package#linting

Biome

Rust-based all-in-one linter and formatter for JS/TS/JSON/CSS/GraphQL. Single binary, single config, 10-100x faster than ESLint+Prettier.

05-25-2026#javascript#biome#linting

Prettier

Opinionated code formatter for JS/TS/CSS/HTML/JSON/Markdown. Covers config options, .prettierignore, VS Code integration, ESLint compatibility, lint-staged, and CI usage.

04-26-2026#javascript#prettier#formatting

ruff

Lint and format Python code with ruff — a single Rust-powered tool that replaces flake8, isort, and black. Covers configuration, rule selection, and CI usage.

04-25-2026#python#ruff#linting

black

Format Python code consistently with black. Covers installation, configuration, editor integration, and how it compares to ruff format.

04-25-2026#python#black#formatting