Skip to content

Commit

Permalink
chore: bump some versions (#202)
Browse files Browse the repository at this point in the history
* chore: bump some versions

Signed-off-by: Henry Schreiner <[email protected]>

* docs: mention version added

Signed-off-by: Henry Schreiner <[email protected]>

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Apr 21, 2024
1 parent eb345bc commit 8c66db1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]}
/>,
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c66db1

Please sign in to comment.