Skip to content

Commit

Permalink
chore: use sp-repo-review 2023.11.17 for webapp (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Nov 17, 2023
1 parent a32b874 commit 5cbd745
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -106,4 +106,4 @@ jobs:
- name: Run repo-review action
uses: ./
with:
plugins: sp-repo-review==2023.10.27
plugins: sp-repo-review==2023.11.17
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
<App
header={true}
deps={[
"sp-repo-review==2023.10.27",
"repo-review==0.10.0",
"sp-repo-review==2023.11.17",
"repo-review==0.10.1",
"validate-pyproject==0.15",
"scikit-build-core==0.6.0",
"scikit-build-core==0.6.1",
]}
/>,
);
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cli = [
]
test = [
"pytest >=7",
"sp-repo-review >=2023.10.27",
"sp-repo-review >=2023.11.17",
"validate-pyproject >=0.14",
]
dev = [
Expand Down Expand Up @@ -103,7 +103,6 @@ files = ["src", "web", "tests"]
python_version = "3.10"
warn_unused_configs = true
strict = true
show_error_codes = true
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
warn_unreachable = true
disallow_untyped_defs = false
Expand Down

0 comments on commit 5cbd745

Please sign in to comment.