Files
openssl/.pre-commit-config.yaml
Dmitry Misharov 2ade36d6b9 add codespell pre-commit check and fix found misspellings
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28436)
2025-10-03 09:03:14 +02:00

10 lines
219 B
YAML

ci:
autofix_prs: false
repos:
- repo: "https://github.com/codespell-project/codespell"
rev: "v2.4.1"
hooks:
- id: "codespell"
args: ["--config=.codespellrc", "."]
pass_filenames: false