We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e456655 + de3c6f1 commit 15accfeCopy full SHA for 15accfe
.pre-commit-config.yaml
@@ -32,6 +32,16 @@ repos:
32
name: run codespell
33
description: Check spelling with codespell
34
args: [--ignore-words=.github/linters/codespell.txt]
35
+ - repo: https://github.com/pre-commit/pre-commit-hooks
36
+ rev: v6.0.0
37
+ hooks:
38
+ - id: check-illegal-windows-names
39
+ - id: check-merge-conflict
40
+ - id: check-vcs-permalinks
41
+ - id: detect-aws-credentials
42
+ args: [--allow-missing-credentials]
43
+ - id: detect-private-key
44
+ - id: forbid-submodules
45
- repo: https://github.com/adrienverge/yamllint
46
rev: v1.37.1
47
hooks:
0 commit comments