From d4a54bea6adff0bc6ea2b98ebde494919ac80e65 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:48:29 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) - [github.com/collective/zpretty: 3.0.2 → 3.0.3](https://github.com/collective/zpretty/compare/3.0.2...3.0.3) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 582f8ac..fdafec1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,11 +15,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/collective/zpretty - rev: 3.0.2 + rev: 3.0.3 hooks: - id: zpretty - repo: https://github.com/PyCQA/flake8 @@ -27,7 +27,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell additional_dependencies: From ec2d3414b1d4347d23597eb72b09b126a887087f Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Tue, 4 Apr 2023 22:58:49 +0200 Subject: [PATCH 2/2] chore: codespell --- plone/app/caching/operations/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/caching/operations/default.py b/plone/app/caching/operations/default.py index c129c03..2cf4f8c 100644 --- a/plone/app/caching/operations/default.py +++ b/plone/app/caching/operations/default.py @@ -273,7 +273,7 @@ class ModerateCaching(BaseCaching): description = _( "Cache in browser but expire immediately (same as 'weak caching'), " "and cache in proxy (default: 24 hrs). " - "Use a purgable caching reverse proxy for best results. " + "Use a purgeable caching reverse proxy for best results. " "Caution: If proxy cannot be purged, or cannot be configured " "to remove the 's-maxage' token from the response, then stale " "responses might be seen until the cached entry expires."