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