We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5ce64 commit 54a4223Copy full SHA for 54a4223
1 file changed
.pre-commit-config.yaml
@@ -103,3 +103,13 @@ repos:
103
hooks:
104
- id: conventional-pre-commit
105
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