Skip to content

Commit

Permalink
chore: update cookie (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Aug 20, 2024
1 parent 566ffce commit ac4da96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
- name: Run repo-review action
uses: ./
with:
plugins: sp-repo-review==2024.04.23
plugins: sp-repo-review==2024.08.19
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
header={true}
deps={[
"repo-review~=0.11.0",
"sp-repo-review==2024.04.23",
"sp-repo-review==2024.08.19",
"validate-pyproject-schema-store== 2024.08.19",
"validate-pyproject[all]~=0.19.0",
]}
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cli = [
]
test = [
"pytest >=7",
"sp-repo-review >=2024.04.23",
"sp-repo-review >=2024.08.19",
"validate-pyproject >=0.14",
]
dev = [
Expand Down Expand Up @@ -223,6 +223,3 @@ typing-modules = ["repo_review._compat.typing"]
[tool.ruff.lint.per-file-ignores]
"src/repo_review/_compat/**.py" = ["TID251"]
"src/**/__main__.py" = ["T20"]

[tool.repo-review]
ignore = ["RF003", "PC180"] # Will be fixed in next sp-repo-review release

0 comments on commit ac4da96

Please sign in to comment.