Handle non-serializable objects when dumping benchmark results (#19114)

This commit is contained in:
Huy Do
2025-06-04 22:40:04 -07:00
committed by GitHub
parent 25b918eee6
commit 0678b52251
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ repos:
hooks:
- id: yapf
args: [--in-place, --verbose]
# Keep the same list from yapfignore here to avoid yapf failing without any inputs
exclude: '(.buildkite|benchmarks|build|examples)/.*'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7
hooks: