-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
P2Medium priority, add to the next sprint if no P1 availableMedium priority, add to the next sprint if no P1 available
Description
It would be great if we could align our script naming for hatch consistently across our different repos:
- https://github.com/deepset-ai/haystack
- https://github.com/deepset-ai/haystack-experimental
- https://github.com/deepset-ai/haystack-core-integrations
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 mainhatch 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 mainjulian-risch
Metadata
Metadata
Assignees
Labels
P2Medium priority, add to the next sprint if no P1 availableMedium priority, add to the next sprint if no P1 available