Skip to content

Commit

Permalink
Merge pull request #124 from plone/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
gforcada committed Apr 4, 2023
2 parents 4495faf + ec2d341 commit 420c790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -15,19 +15,19 @@ 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
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plone/app/caching/operations/default.py
Expand Up @@ -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."
Expand Down

0 comments on commit 420c790

Please sign in to comment.