Log Message:
-----------
add config file for pre-commit hooks framework
pre-commit helps managing and maintaining multi-language pre-commit hooks.
This commit adds a pre-commit configuration to run a certian version of
clang-format utility. Later we can add sections for other languages as
well. pre-commit developers also provide the CI system which uses the
same config file.
Changed paths:
A .codespellrc
A .pre-commit-config.yaml
R .pre-commit-config.yml
M crypto/objects/obj_dat.c
M doc/man7/EVP_PKEY-ML-DSA.pod
M doc/man7/EVP_PKEY-ML-KEM.pod
M doc/man7/EVP_SIGNATURE-ML-DSA.pod
M doc/man7/EVP_SIGNATURE-SLH-DSA.pod
M doc/man7/openssl-quic-concurrency.pod
M doc/man7/openssl-quic.pod
M doc/man7/provider-signature.pod
R util/codespell-check.sh
M util/perl/TLSProxy/Proxy.pm
Log Message:
-----------
add codespell pre-commit check and fix found misspellings