From ab2bd2a50f35a41c29e60dd92a951c0b6c428e75 Mon Sep 17 00:00:00 2001 From: Alex Shoop Date: Wed, 24 Sep 2025 10:45:59 +0900 Subject: [PATCH] add check_fastuuid_usage.py script to check_code_and_doc_quality job --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a442426976..0e53cfc0edb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1521,6 +1521,7 @@ jobs: - run: python ./tests/code_coverage_tests/prevent_key_leaks_in_exceptions.py - run: python ./tests/code_coverage_tests/check_unsafe_enterprise_import.py - run: python ./tests/code_coverage_tests/ban_copy_deepcopy_kwargs.py + - run: python ./tests/code_coverage_tests/check_fastuuid_usage.py - run: helm lint ./deploy/charts/litellm-helm db_migration_disable_update_check: