This commit is contained in:
parent
0f45b38432
commit
edb56e96dc
22 changed files with 134 additions and 82 deletions
5
Makefile
5
Makefile
|
@ -19,4 +19,7 @@ check: ## Check linting, formatting and types
|
|||
|
||||
format: ## Autofix linting and formatting issues
|
||||
ruff check --fix
|
||||
ruff format
|
||||
ruff format
|
||||
|
||||
docker: ## Spin up and force recreation of Docker containers
|
||||
docker compose up --force-recreate --detach
|
Loading…
Add table
Add a link
Reference in a new issue