chore(format): added pre-commit hooks and formatted files (#294)

Co-authored-by: steebchen <contact@luca-steeb.com>
This commit is contained in:
Abhiuday Gupta
2024-04-16 23:49:21 +05:30
committed by GitHub
parent 76cca3f666
commit c8a79aabf3
210 changed files with 6871 additions and 5993 deletions

View File

@@ -7,4 +7,4 @@ set -a
. .env
set +a
go run ./cmd/hatchet-admin token create --name "local" --tenant-id 707d0855-80ab-4e1f-a156-f1c4546cbf52
go run ./cmd/hatchet-admin token create --name "local" --tenant-id 707d0855-80ab-4e1f-a156-f1c4546cbf52

View File

@@ -14,4 +14,3 @@ mkdir -p $ENCRYPTION_KEYS_DIR
# Generate a master encryption key
go run ./cmd/hatchet-admin keyset create-local-keys --key-dir $ENCRYPTION_KEYS_DIR

View File

@@ -49,4 +49,4 @@ cp $tmp_dir/hatchet_sdk/clients/rest/models/__init__.py $dst_dir/models/__init__
cp $tmp_dir/hatchet_sdk/clients/rest/api/__init__.py $dst_dir/api/__init__.py
# remove tmp folder
rm -rf $tmp_dir
rm -rf $tmp_dir