Skip to content

Commit ab2bd2a

Browse files
committed
add check_fastuuid_usage.py script to check_code_and_doc_quality job
1 parent 3573a36 commit ab2bd2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,7 @@ jobs:
15211521
- run: python ./tests/code_coverage_tests/prevent_key_leaks_in_exceptions.py
15221522
- run: python ./tests/code_coverage_tests/check_unsafe_enterprise_import.py
15231523
- run: python ./tests/code_coverage_tests/ban_copy_deepcopy_kwargs.py
1524+
- run: python ./tests/code_coverage_tests/check_fastuuid_usage.py
15241525
- run: helm lint ./deploy/charts/litellm-helm
15251526

15261527
db_migration_disable_update_check:

0 commit comments

Comments
 (0)