Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use sp-repo-review 2023.11.17 for webapp #159

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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