diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c98956..f75ecb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/docs/index.html b/docs/index.html index 2959ba3..81467e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,10 +64,10 @@ , ); diff --git a/pyproject.toml b/pyproject.toml index a22e3f5..e0f3c50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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