From 65dff60cda9a183fea4fb9b2efaf239e77227939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:28:35 +0000 Subject: [PATCH 1/2] Bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/tox-dev/pyproject-fmt` from v2.21.2 to 2.25.0 - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/v2.21.2...v2.25.0) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.15 to 0.15.19 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.15.19) --- updated-dependencies: - dependency-name: https://github.com/tox-dev/pyproject-fmt dependency-version: 2.25.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.19 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 531a9e4..9f8fa47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.2" + rev: "v2.25.0" hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert @@ -39,7 +39,7 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.15" + rev: "v0.15.19" hooks: - id: ruff-format - id: ruff-check From 0904aa92562f45267387a001734ce33957bbc016 Mon Sep 17 00:00:00 2001 From: d33bs Date: Wed, 1 Jul 2026 15:33:03 -0600 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f773ae0..868d084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,24 +39,24 @@ docs = [ ] [tool.setuptools] +packages = [ "OME_IRIS", "ome_iris" ] package-dir = { "" = "src", ome_iris = "src/OME_IRIS" } include-package-data = true package-data.OME_IRIS = [ - "data/*.yaml", "data/*.csv", + "data/*.yaml", "data/datasets/*.yaml", ] package-data.ome_iris = [ - "data/*.yaml", "data/*.csv", + "data/*.yaml", "data/datasets/*.yaml", ] -packages = [ "OME_IRIS", "ome_iris" ] [tool.setuptools_scm] -write_to = "src/OME_IRIS/_version.py" version_scheme = "guess-next-dev" local_scheme = "node-and-date" +write_to = "src/OME_IRIS/_version.py" [tool.pytest] ini_options.pythonpath = [ "src" ]