diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e46170e663..51d74be302 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,4 +18,10 @@ repos: stages: [commit-msg] verbose: true entry: bash -c 'commitlint --edit || exit 0' + - repo: https://github.com/zizmorcore/zizmor-pre-commit + # Zizmor version. + rev: v1.15.2 + hooks: + - id: zizmor + stages: [pre-commit]