diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2d6bbb5a3..4c3073829a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,6 +32,16 @@ repos: name: run codespell description: Check spelling with codespell args: [--ignore-words=.github/linters/codespell.txt] + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v6.0.0 + hooks: + - id: check-illegal-windows-names + - id: check-merge-conflict + - id: check-vcs-permalinks + - id: detect-aws-credentials + args: [--allow-missing-credentials] + - id: detect-private-key + - id: forbid-submodules - repo: https://github.com/adrienverge/yamllint rev: v1.37.1 hooks: