Skip to content

Align naming of hatch scripts across our repos #9467

@sjrl

Description

@sjrl

It would be great if we could align our script naming for hatch consistently across our different repos:

Currently we use variations on names like types vs typing and format vs fmt. Some common examples for each repo are:

hatch run test:format
hatch run test:types
hatch run test:lint
# format doesn't exist in experimental
hatch run test:typing
hatch run test:lint  # <-- Note: Does the same job as hatch run check + hatch run test:lint compared to main
hatch run lint:typing  # Note: uses different env name `lint` and `typing`
hatch run lint:style  # <-- We use black here instead of ruff format like our other repos
hatch run lint:fmt  # <-- similar to hatch run test:format from main

Metadata

Metadata

Assignees

Labels

P2Medium priority, add to the next sprint if no P1 available

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions