From 1d09a4d0d2ef402bd88e94636e03b214d8db62bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:49:49 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 9.0.0b2 → 9.0.0b5](https://github.com/PyCQA/isort/compare/9.0.0b2...9.0.0b5) - [github.com/tox-dev/pyproject-fmt: v2.27.0 → v2.28.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.27.0...v2.28.1) - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.2...v0.16.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2614067..5006233b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 9.0.0b2 + rev: 9.0.0b5 hooks: - id: isort files: >- @@ -38,12 +38,12 @@ repos: ) - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.27.0 + rev: v2.28.1 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.2 + rev: v0.16.4 hooks: - id: ruff-check From 866d471162281557021e8eff5ce00a9b1ca2ca7b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:50:01 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b7477ca..8b16e352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -217,13 +217,13 @@ ini_options.log_cli = true ini_options.asyncio_mode = "auto" [tool.coverage] -run.cover_pylib = true run.include = [ "*/nc_py_api/*", ] run.omit = [ "*/tests/*", ] +run.cover_pylib = true paths.source = [ "nc_py_api/", "*/site-packages/nc_py_api/",