Skip to content

Commit

Permalink
Merge pull request #51 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
mauritsvanrees authored Feb 12, 2024
2 parents 2237029 + 6dbfc92 commit 74954c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/collective/zpretty
Expand All @@ -32,7 +32,7 @@ repos:
# """
##
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8

Expand All @@ -44,7 +44,7 @@ repos:
# """
##
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -66,12 +66,12 @@ repos:
hooks:
- id: pyroma
- repo: https://github.com/mgedmin/check-python-versions
rev: "0.21.2"
rev: "0.22.0"
hooks:
- id: check-python-versions
args: ['--only', 'setup.py,pyproject.toml']
- repo: https://github.com/collective/i18ndude
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: i18ndude

Expand Down
2 changes: 1 addition & 1 deletion src/plone/recipe/zeoserver/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def build_zeo_conf(self):
if not os.path.exists(z_log_dir):
os.makedirs(z_log_dir)

# zeo-log-custom superseeds zeo-log
# zeo-log-custom supersedes zeo-log
logformat = options.get("zeo-log-format", "%(asctime)s %(message)s")
if zeo_log_custom is None:
zeo_log_rotate = ""
Expand Down

0 comments on commit 74954c1

Please sign in to comment.