From 1f28f3c0627b231c02109447229642eb8bcd2032 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:27:12 +0000 Subject: [PATCH 1/2] ci(pre-commit.ci): autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/abravalheri/validate-pyproject: v0.16 → v0.23](https://github.com/abravalheri/validate-pyproject/compare/v0.16...v0.23) - [github.com/crate-ci/typos: v1.19.0 → dictgen-v0.3.1](https://github.com/crate-ci/typos/compare/v1.19.0...dictgen-v0.3.1) - [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v19.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.2...v19.1.6) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.14.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c3f74e..904d495 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,17 +5,17 @@ ci: repos: - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.16 + rev: v0.23 hooks: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: dictgen-v0.3.1 hooks: - id: typos - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.2 + rev: v19.1.6 hooks: - id: clang-format args: ["--style={ BasedOnStyle: Google, ColumnLimit: 99 }", -i] @@ -31,14 +31,14 @@ repos: - manual - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.8.6 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.14.1 hooks: - id: mypy files: "^src/" From 5f15b4c44248244b78a5d46c2a244043c8d3eb01 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:32:39 +0000 Subject: [PATCH 2/2] style(pre-commit.ci): auto fixes [...] --- src/pymmdevice/_pymmdevice.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymmdevice/_pymmdevice.pyi b/src/pymmdevice/_pymmdevice.pyi index f811750..c852ec1 100644 --- a/src/pymmdevice/_pymmdevice.pyi +++ b/src/pymmdevice/_pymmdevice.pyi @@ -6,11 +6,11 @@ import numpy import typing_extensions __all__ = [ + "DEVICE_INTERFACE_VERSION", "AutoFocusInstance", "Callable", "CameraInstance", "Core", - "DEVICE_INTERFACE_VERSION", "Device", "DeviceDetectionStatus", "DeviceInstance",