Integration with Hashicorp Consul.
consul:
host: localhost:8500 # optional
service: # optional
name: my
tags:
- worker
Check code:
hatch run lint:all
Format code:
hatch run lint:fmt
Run tests:
hatch run pytest
Run tests with coverage:
hatch run cov