add check_fastuuid_usage.py script to check_code_and_doc_quality job

This commit is contained in:
Alex Shoop 2025-09-24 10:45:59 +09:00
parent 3573a36d71
commit ab2bd2a50f

View file

@ -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: