feat: Add announcements endpoints (#91)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Teles (afterSt0rm) <alexandre.teles@ufba.br>
This commit is contained in:
oSumAtrIX
2023-10-11 03:32:53 +02:00
committed by GitHub
parent c65b43aff3
commit 8583e2a2bb
21 changed files with 1628 additions and 292 deletions

View File

@@ -16,11 +16,5 @@ repos:
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
rev: v0.1.0
hooks:
- id: dockerfilelint
stages: [commit]
ci:
autoupdate_branch: "dev"