Skip to content

Commit 54a4223

Browse files
authored
chore: add pre-commit hook for todo checking (#121)
1 parent 8e5ce64 commit 54a4223

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,13 @@ repos:
103103
hooks:
104104
- id: conventional-pre-commit
105105
stages: [commit-msg]
106+
107+
- repo: local
108+
hooks:
109+
- id: check-todos
110+
name: check for todos
111+
description: Enforce that there are no TODOs left in the code base
112+
entry: TODO
113+
language: pygrep
114+
types: [text]
115+
exclude: .pre-commit-config.yaml

0 commit comments

Comments
 (0)