Skip to content

Commit

Permalink
chore: add pre-commit hook for todo checking (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jun 3, 2024
1 parent 8e5ce64 commit 54a4223
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,13 @@ repos:
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

- repo: local
hooks:
- id: check-todos
name: check for todos
description: Enforce that there are no TODOs left in the code base
entry: TODO
language: pygrep
types: [text]
exclude: .pre-commit-config.yaml

0 comments on commit 54a4223

Please sign in to comment.