From 31f0cd977bb96da0ca1cd79f0a5c71ae049692ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:35:16 +0000 Subject: [PATCH 1/4] MAINT: bump the lock group with 2 updates Bumps the lock group with 2 updates: [https://github.com/ComPWA/policy](https://github.com/ComPWA/policy) and [https://github.com/streetsidesoftware/cspell-cli](https://github.com/streetsidesoftware/cspell-cli). Updates `https://github.com/ComPWA/policy` from 0.8.9 to 0.8.13 - [Release notes](https://github.com/ComPWA/policy/releases) - [Commits](https://github.com/ComPWA/policy/compare/0.8.9...0.8.13) Updates `https://github.com/streetsidesoftware/cspell-cli` from v10.0.0 to 10.0.1 - [Release notes](https://github.com/streetsidesoftware/cspell-cli/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-cli/compare/v10.0.0...v10.0.1) --- updated-dependencies: - dependency-name: https://github.com/ComPWA/policy dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lock - dependency-name: https://github.com/streetsidesoftware/cspell-cli dependency-version: 10.0.1 dependency-type: direct:production dependency-group: lock ... 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 036b1bf..3f16308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.9 + rev: 0.8.13 hooks: - id: check-dev-files args: @@ -49,7 +49,7 @@ repos: args: [--in-place] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v10.0.0 + rev: v10.0.1 hooks: - id: cspell language_version: 25.9.0 From f06b6dc8c00ac4636546edf68bb376c49f996950 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:32:32 +0200 Subject: [PATCH 2/4] MAINT: remove `.python-version` --- .python-version | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .python-version diff --git a/.python-version b/.python-version deleted file mode 100644 index e4fba21..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.12 From 5f75ccb8859261b63923eaeef213a4eb05c3315a Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:33:04 +0200 Subject: [PATCH 3/4] MAINT: install and implement ComPWA/policy@15362d4 --- .pre-commit-config.yaml | 10 +--------- pyproject.toml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f16308..cc63eaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,17 +10,9 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.13 + rev: 15362d4c0f603c124978ece1b3b5c9629c852d51 hooks: - id: check-dev-files - args: - - --no-cd - - --keep-issue-templates - - --no-pypi - - --package-manager=none - - --repo-name=.github - - --repo-title=Public ComPWA GitHub profile - - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index 7cc1caa..4c881b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,15 @@ +[tool.compwa.policy] +package-manager = "none" +repo-name = ".github" +repo-title = "Public ComPWA GitHub profile" + +[tool.compwa.policy.github] +no-cd = true +no-pypi = true + +[tool.compwa.policy.repo] +keep-issue-templates = true + [tool.tomlsort] all = false ignore_case = true From 64c36eca562e4579bf73905ed2ae5462cd3a0d9a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:41:13 +0200 Subject: [PATCH 4/4] MAINT: upgrade lock files (#37)