diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40dd4fc2..3079906e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.5 + rev: v3.9.6 hooks: - id: prettier files: \.(ya?ml|toml)$ @@ -45,7 +45,7 @@ repos: args: ["--print-width=120"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.3 + rev: v2.26.0 hooks: - id: pyproject-fmt additional_dependencies: @@ -57,7 +57,7 @@ repos: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-check args: ["--fix"] diff --git a/docs/changelog.md b/docs/changelog.md index 857fd54d..51f5cde3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,5 @@ --- -description: "Full version history of the supervision Python library — release notes, breaking changes, new features, and deprecations for every version." +description: Full version history of the supervision Python library — release notes, breaking changes, new features, and deprecations for every version. date_modified: 2026-07-21 --- diff --git a/tests/detection/test_vlm.py b/tests/detection/test_vlm.py index 1365bfa6..3ed808ba 100644 --- a/tests/detection/test_vlm.py +++ b/tests/detection/test_vlm.py @@ -1234,8 +1234,8 @@ def test_from_google_gemini_2_5( result: str, resolution_wh: tuple[int, int], classes: list[str] | None, - expected_results: None - | (tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray, np.ndarray]), + expected_results: tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray, np.ndarray] + | None, ) -> None: with exception: (