hatch-check - Man Page

hatch check – Check source code for issues (linting, formatting, type checking)

Synopsis

hatch check [Options] COMMAND [ARGS]...

When invoked without a subcommand, runs all checks (code, fmt, types).

Options

-h,  --help

Show a help message and exit

Commands

code

Perform static analysis

See hatch-check-code(1).

fmt

Verify formatting

See hatch-check-fmt(1).

types

Type check source code

See hatch-check-types(1).

See Also

hatch-check-code(1), hatch-check-fmt(1), hatch-check-types(1)

hatch-build(1), hatch-clean(1), hatch-config(1), hatch-dep(1), hatch-env(1), hatch-fmt(1), hatch-lock(1), hatch-new(1), hatch-project(1), hatch-publish(1), hatch-python(1), hatch-run(1), hatch-self(1), hatch-shell(1), hatch-status(1), hatch-test(1), hatch-version(1)

hatch(1)

Referenced By

hatch(1), hatch-build(1), hatch-check-code(1), hatch-check-fmt(1), hatch-check-types(1), hatch-clean(1), hatch-config(1), hatch-dep(1), hatch-env(1), hatch-fmt(1), hatch-lock(1), hatch-new(1), hatch-project(1), hatch-publish(1), hatch-python(1), hatch-run(1), hatch-self(1), hatch-shell(1), hatch-status(1), hatch-test(1), hatch-version(1).

June 2026