diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index f2ccc7f4..9696e292 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,3 +5,11 @@ entry: gitlint args: [--staged, --msg-filename] stages: [commit-msg] +- id: gitlint-ci + name: gitlint + language: python + additional_dependencies: ["./gitlint-core[trusted-deps]"] + entry: gitlint + always_run: true + pass_filenames: false + stages: [manual]