From 8c66db1a0e25d4ff89ae7ee3c56baafa0de96ed3 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 21 Apr 2024 01:31:48 -0400 Subject: [PATCH] chore: bump some versions (#202) * chore: bump some versions Signed-off-by: Henry Schreiner * docs: mention version added Signed-off-by: Henry Schreiner --------- Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 4 ++-- .pre-commit-config.yaml | 2 +- docs/index.html | 4 ++-- docs/plugins.md | 2 ++ 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34e6dee..3190f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Setup uv uses: yezz123/setup-uv@v4 - - uses: wntrblm/nox@2024.03.02 + - uses: wntrblm/nox@2024.04.15 with: python-versions: "3.11" @@ -114,4 +114,4 @@ jobs: - name: Run repo-review action uses: ./ with: - plugins: sp-repo-review==2024.1.24 + plugins: sp-repo-review==2024.03.10 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b41c2d8..1b5b660 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: additional_dependencies: [black==23.*] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.7" + rev: "v0.4.1" hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/docs/index.html b/docs/index.html index 34816cc..5b1bafd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -65,8 +65,8 @@ header={true} deps={[ "repo-review~=0.10.0", - "sp-repo-review==2024.1.24", - "validate-pyproject-schema-store==2024.01.31", + "sp-repo-review==2024.03.10", + "validate-pyproject-schema-store==2024.04.20", "validate-pyproject[all]~=0.16.0", ]} />, diff --git a/docs/plugins.md b/docs/plugins.md index 76ceff6..cd84762 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -67,6 +67,8 @@ It takes the check name and any fixtures as keyword arguments. It returns a {class}`~repo_review.checks.Check` instance, so you can see if the `.result` is `True`/`False`/`None`, or check any of the other properties. +.. versionadded:: 0.10.5 + ## An existing package Since writing a plugin does not require depending on repo-review, you can also