Skip to content

Commit 8c66db1

Browse files
authored
chore: bump some versions (#202)
* chore: bump some versions Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * docs: mention version added Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent eb345bc commit 8c66db1

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup uv
8989
uses: yezz123/setup-uv@v4
9090

91-
- uses: wntrblm/nox@2024.03.02
91+
- uses: wntrblm/nox@2024.04.15
9292
with:
9393
python-versions: "3.11"
9494

@@ -114,4 +114,4 @@ jobs:
114114
- name: Run repo-review action
115115
uses: ./
116116
with:
117-
plugins: sp-repo-review==2024.1.24
117+
plugins: sp-repo-review==2024.03.10

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
additional_dependencies: [black==23.*]
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.3.7"
13+
rev: "v0.4.1"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix", "--show-fixes"]

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
header={true}
6666
deps={[
6767
"repo-review~=0.10.0",
68-
"sp-repo-review==2024.1.24",
69-
"validate-pyproject-schema-store==2024.01.31",
68+
"sp-repo-review==2024.03.10",
69+
"validate-pyproject-schema-store==2024.04.20",
7070
"validate-pyproject[all]~=0.16.0",
7171
]}
7272
/>,

docs/plugins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ It takes the check name and any fixtures as keyword arguments. It returns a
6767
{class}`~repo_review.checks.Check` instance, so you can see if the `.result` is
6868
`True`/`False`/`None`, or check any of the other properties.
6969

70+
.. versionadded:: 0.10.5
71+
7072
## An existing package
7173

7274
Since writing a plugin does not require depending on repo-review, you can also

0 commit comments

Comments
 (0)