From 06ea8ec9c47766eb3fc95e835f13fb5b2fe32afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:18:48 +0000 Subject: [PATCH 1/2] Bump copier from 9.11.3 to 9.12.0 in the python-packages group Bumps the python-packages group with 1 update: [copier](https://github.com/copier-org/copier). Updates `copier` from 9.11.3 to 9.12.0 - [Release notes](https://github.com/copier-org/copier/releases) - [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md) - [Commits](https://github.com/copier-org/copier/compare/v9.11.3...v9.12.0) --- updated-dependencies: - dependency-name: copier dependency-version: 9.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 0faedb7..21695f8 100644 --- a/uv.lock +++ b/uv.lock @@ -26,7 +26,7 @@ wheels = [ [[package]] name = "copier" -version = "9.11.3" +version = "9.12.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama" }, @@ -43,9 +43,9 @@ dependencies = [ { name = "pyyaml" }, { name = "questionary" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/40/be/35bb44c0c7c278bd9144f5934aa10a2d532cedea4e16494c6552aa7132e1/copier-9.11.3.tar.gz", hash = "sha256:f4da98c7f3dd2243480433541b3b4d9daa788bce13b7b6d43c0c6d84bd50e889", size = 610458, upload-time = "2026-01-23T17:19:11.561Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6b/e0/5187c63a9020e84cfbb3cc52b52d7fc15aab73fd1e9106ae33167116a3f9/copier-9.12.0.tar.gz", hash = "sha256:87986637205a0443dbf7e5946502e5c71962a559c25f436642a08203cf61ef54", size = 611292, upload-time = "2026-02-21T13:32:40.37Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b8/01/74922a1c552137c05a41fee0c61153753dddc9117d19c7c5902c146c25ab/copier-9.11.3-py3-none-any.whl", hash = "sha256:ab4bc7e2944edc030b4c14ec84fffd6bf810b9b8fd56938e8ccbab1b169ea6ca", size = 56905, upload-time = "2026-01-23T17:19:09.999Z" }, + { url = "https://files.pythonhosted.org/packages/9c/22/6d9cfea622a064d17f406bbea1dd37f95ac75094d44e23447df934661add/copier-9.12.0-py3-none-any.whl", hash = "sha256:a1bc84dfd2a4b85dbe034999026c0e24ca02a6bc1574f45df07fd76d935c2ea9", size = 58805, upload-time = "2026-02-21T13:32:38.767Z" }, ] [[package]] From 716392d6971d1ed618a01c06a5bdbbed487fc8cb Mon Sep 17 00:00:00 2001 From: d33bs Date: Tue, 3 Mar 2026 11:42:15 -0700 Subject: [PATCH 2/2] linting --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e836b5..ae107e8 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.12.1" + rev: "v2.16.2" hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert @@ -39,12 +39,12 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.0" + rev: "v0.15.4" hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update diff --git a/pyproject.toml b/pyproject.toml index ab67934..8f39f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,8 @@ lint.select = [ # Ignore `F401` (unused imports) for `__init__.py` file lint.per-file-ignores."__init__.py" = [ "F401" ] -[tool.pytest.ini_options] -pythonpath = [ "." ] +[tool.pytest] +ini_options.pythonpath = [ "." ] [tool.vulture] min_confidence = 90