Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

ipl-thefinalcountdown/alhos-e-bugalhos

Repository files navigation

Alhos e bugalhos

logo

É tudo a mesma coisa!

Usage

uvicorn alhos_e_bugalhos:app --reload
Config

This 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 --reload

Contribute

When 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