Skip to content

Commit

Permalink
Run codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Jun 21, 2024
1 parent 65ac9fe commit 2562a3e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[meta]
template = "default"
commit-id = "a89af8f2"

[pyproject]
codespell_skip = "plone-*.cfg"
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ ci:
autofix_prs: false
autoupdate_schedule: monthly

fail_fast: true

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ add the *isVirusFree* validator to your FileField(s). For instance::
)

If you create custom Dexterity content types add only the necessary import statement to the
module and all plone.namedfile fields were automatically scaned::
module and all plone.namedfile fields were automatically scanned::

from Products.validation import V_REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.GPL
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Sections 1 and 2 above provided that you also do one of the following:
1 and 2 above on a medium customarily used for software interchange; or,

b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
years, to give any third-party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target-version = ["py38"]

[tool.codespell]
ignore-words-list = "discreet,assertin,"
skip = "*.po,"
skip = "*.po,plone-*.cfg"
##
# Add extra configuration options in .meta.toml:
# [pyproject]
Expand Down
2 changes: 1 addition & 1 deletion src/collective/clamav/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def setUpPloneSite(self, portal):

@implementer(IAVScanner)
class MockAVScanner:
"""Mock objects to run tests withoud clamav present."""
"""Mock objects to run tests without clamav present."""

def ping(self, type, **kwargs):
""" """
Expand Down

0 comments on commit 2562a3e

Please sign in to comment.