server: add transcript verification on get_by_id

This commit is contained in:
2023-08-18 12:39:19 +02:00
parent 2a3ad5657f
commit 0c93a39e33
2 changed files with 42 additions and 26 deletions

View File

@@ -36,3 +36,4 @@ repos:
- id: isort
name: isort (python)
files: ^server/(gpu|evaluate|reflector)/
args: ["--profile", "black", "--filter-files"]