Skip to content

Commit

Permalink
chore: remove no longer needed QA for wrongly spelled word.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees authored and jensens committed Apr 24, 2024
1 parent 5cfa198 commit cec086e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[meta]
template = "default"
commit-id = "6e36bcc4"

[pyproject]
codespell_ignores = "succeded"
3 changes: 0 additions & 3 deletions plone/dexterity/tests/test_webdav.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,6 @@ def content_type(self):
)
body = body.strip()
result = response.getBody().strip()
# TODO: remove next line when Zope 5.8.1 is released and used in coredev.
# Then also remove codespell settings from .meta.toml and pyproject.toml.
result = result.replace(b"succeded", b"succeeded")
self.assertEqual(body, result)

def test_LOCK(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ target-version = ["py38"]
##

[tool.codespell]
ignore-words-list = "discreet,succeded"
ignore-words-list = "discreet"
skip = "*.po,"
##
# Add extra configuration options in .meta.toml:
Expand Down

0 comments on commit cec086e

Please sign in to comment.