uvicorn alhos_e_bugalhos:app --reloadThis project has config file support. Config files are written in
TOML and can be passed to application by setting
the AEB_CONFIG environment variable.
AEB_CONFIG=config.toml uvicorn alhos_e_bugalhos:app --reloadWhen contributing it is a good idea to install the pre-commit hook. The hook will run all checks when before you commit.
Please install pre-commit (python-pre-commit on
Arch Linux) and then install the git hook:
pre-commit install
