mirror of https://github.com/openssl/openssl.git
10 lines
219 B
YAML
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
|