Skip to content

Commit

Permalink
ci: add missing-init hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chu committed Nov 21, 2023
1 parent cff8c43 commit 504921e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/lk16/detect-missing-init
rev: v0.1.6
hooks:
- id: detect-missing-init
args: [ "--python-folders", "express" ]
Empty file.

0 comments on commit 504921e

Please sign in to comment.