diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d67b8b..c79303a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,22 @@ repos: - id: check-case-conflict - id: check-merge-conflict - id: debug-statements - - id: detect-private-key + + - repo: https://github.com/codespell-project/codespell + rev: v2.4.2 + hooks: + - id: codespell + args: ["--ignore-words-list", "noe"] + + - repo: https://github.com/rhysd/actionlint + rev: v1.7.11 + hooks: + - id: actionlint + + - repo: https://github.com/gitleaks/gitleaks + rev: v8.30.0 + hooks: + - id: gitleaks - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.1