Cookiecutter template to create aioworkers plugin.
To use template for plugin:
hatch run init ../aioworkers-sentry
Plugin must be contained .scaraplate.conf with context params
Update plugin with template:
hatch run update ../aioworkers-sentry
Run tests:
hatch run pytest
Run lint:
hatch run lint:all
Run format:
hatch run lint:fmt