Skip to content

Fix typos discovered by codespell - #8714

Merged
nvuillam merged 1 commit into
oxsecurity:mainfrom
cclauss:codespell
Aug 10, 2026
Merged

Fix typos discovered by codespell#8714
nvuillam merged 1 commit into
oxsecurity:mainfrom
cclauss:codespell

Conversation

@cclauss

@cclauss cclauss commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Fix typos discovered by codespell - https://pypi.org/project/codespell

codespell
codespell --write-changes

Configuration in pyproject.toml:

[tool.codespell]
ignore-words-list = "astroid,developper,edn,errorprone,lama,lication,shepard,thirdparty,valu"
skip = "./docs/descriptors/*,./docs/licenses/*,*.css,*.lock,*/spell_codespell.md"

Proposed Changes

Readiness Checklist

Author/Contributor

  • Add entry to the CHANGELOG listing the change and linking to the corresponding issue (if appropriate)
  • If documentation is needed for this change, has that been included in this pull request

Reviewing Maintainer

  • Label as breaking if this is a large fundamental change
  • Label as either automation, bug, documentation, enhancement, infrastructure, or performance

@cclauss
cclauss force-pushed the codespell branch 3 times, most recently from c363abb to dfc3d0c Compare August 10, 2026 09:39
@nvuillam

Copy link
Copy Markdown
Member

@cclauss thanks a lot :)

FYI, errors in docs/descriptors are from the result of --help calls performed to the linters, so their fixes will be overwritten by auto-update job after i merge 馃槩

@cclauss

cclauss commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

I have added ./docs/descriptors/* to the --skip list in pyproject.toml.

@nvuillam
nvuillam merged commit 1e997fb into oxsecurity:main Aug 10, 2026
10 checks passed
@cclauss
cclauss deleted the codespell branch August 10, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants