Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 419 Bytes

Contributing to milvus-haystack

Contribute code

Run code quality checks locally

Install and update your ruff and hatch to the latest versions.

To check your code style according to linting rules run:

hatch run lint:all

If the linters spot any error, you can fix it before checking in your code:

hatch run lint:fmt