Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.22.9 → v1.23.6](crate-ci/typos@v1.22.9...v1.23.6)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 280308d commit 65f1cac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ ci:

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.22.9
rev: v1.23.6
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.6
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

Expand All @@ -26,7 +26,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.1
hooks:
- id: mypy
files: "^src/"
Expand Down

1 comment on commit 65f1cac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Mean (s) BASE 280308d Mean (s) HEAD 65f1cac Percent Change
test_load_gt_data 1.18757 1.18856 0.08
test_load_pred_data 1.11812 1.09518 -2.05
test_ctc_checks 0.39521 0.40522 2.53
test_ctc_matched 1.68818 1.72611 2.25
test_ctc_metrics 0.51852 0.46737 -9.86
test_ctc_div_metrics 0.26957 0.29419 9.13
test_iou_matched 8.41502 8.91841 5.98
test_iou_div_metrics 0.27261 0.27522 0.95

Please sign in to comment.