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.18.1 → v1.22.9](crate-ci/typos@v1.18.1...v1.22.9)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.5.0](astral-sh/ruff-pre-commit@v0.2.0...v0.5.0)
- [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2)
- [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.1](pre-commit/mirrors-mypy@v1.8.0...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 46b9988 commit a0eab2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ ci:

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

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

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

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject

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

1 comment on commit a0eab2f

@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 46b9988 Mean (s) HEAD a0eab2f Percent Change
test_load_gt_data 1.19474 1.17576 -1.59
test_load_pred_data 1.11842 1.08712 -2.8
test_ctc_checks 0.39246 0.39433 0.48
test_ctc_matched 1.67412 1.70487 1.84
test_ctc_metrics 0.50835 0.46153 -9.21
test_ctc_div_metrics 0.26141 0.27753 6.17
test_iou_matched 8.43095 8.36198 -0.82
test_iou_div_metrics 0.26576 0.26353 -0.84

Please sign in to comment.