From e68220da743b1d17951a28fe2942c885bfa2686e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:47:21 +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/crate-ci/typos: b31d3aa6e8e43e6a9cf7a1d137baf189dec0922b → 672d45b4e77223b8fcf1b4b8560bf987f0839902](https://github.com/crate-ci/typos/compare/b31d3aa6e8e43e6a9cf7a1d137baf189dec0922b...672d45b4e77223b8fcf1b4b8560bf987f0839902) - [github.com/tox-dev/pyproject-fmt: d252a2a7678b47d1f2eea2f6b846ddfdcd012759 → 2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9](https://github.com/tox-dev/pyproject-fmt/compare/d252a2a7678b47d1f2eea2f6b846ddfdcd012759...2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9) - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → 45ef068da5f21267bb2a7ec4a623092959f09ce5](https://github.com/astral-sh/ruff-pre-commit/compare/5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83...45ef068da5f21267bb2a7ec4a623092959f09ce5) --- .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 16cc79c..ffc4abd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,11 +17,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: b31d3aa6e8e43e6a9cf7a1d137baf189dec0922b # frozen: v1 + rev: 672d45b4e77223b8fcf1b4b8560bf987f0839902 # frozen: v1 hooks: - id: typos - repo: https://github.com/tox-dev/pyproject-fmt - rev: d252a2a7678b47d1f2eea2f6b846ddfdcd012759 # frozen: v2.11.1 + rev: 2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9 # frozen: v2.12.1 hooks: - id: pyproject-fmt - repo: https://github.com/tox-dev/tox-ini-fmt @@ -41,7 +41,7 @@ repos: additional_dependencies: - black==25.1.0 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10 + rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14 hooks: - id: ruff-check args: [ --fix ] From 80444d51ac6535876d3cc5f383de3c32593803f6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:48:30 +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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a04e5b..acc3643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,14 +101,6 @@ addopts = """\ """ xfail_strict = true -[tool.coverage.run] -branch = true -parallel = true -source = [ - "pytest_randomly", - "tests", -] - [tool.coverage.paths] source = [ "src", @@ -118,6 +110,14 @@ source = [ [tool.coverage.report] show_missing = true +[tool.coverage.run] +branch = true +parallel = true +source = [ + "pytest_randomly", + "tests", +] + [tool.mypy] enable_error_code = [ "ignore-without-code",