Skip to content

Commit

Permalink
Merge pull request #49 from plone/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

[ci-skip]
  • Loading branch information
gforcada authored Oct 3, 2023
2 parents 8b6a37f + bf9d065 commit 44a765e
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -16,7 +16,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/collective/zpretty
Expand All @@ -36,7 +36,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Omitting fields
~~~~~~~~~~~~~~~

A field can be omitted entirely from all forms, or from some forms,
using the ``omitted`` and ``no_omit`` diretives. In this example,
using the ``omitted`` and ``no_omit`` directives. In this example,
the ``dummy`` field is omitted from all forms, and the ``edit_only``
field is omitted from all forms except those that provide the
IEditForm interface::
Expand Down

0 comments on commit 44a765e

Please sign in to comment.