Integration with Hashicorp Consul.
consul:
host: localhost:8500 # optional
service: # optional
name: my
tags:
- workerCheck code:
hatch run lint:allFormat code:
hatch run lint:fmtRun tests:
hatch run pytestRun tests with coverage:
hatch run cov