Skip to content

Commit 07aa06e

Browse files
committed
Adding configuration file to be a pre-commit hook
1 parent b458668 commit 07aa06e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This is a configuration file for a pre-commit hook
2+
- id: comment-spell-check
3+
name: Comment Spell Check
4+
description: "Automatically spell checks comments of a codebase."
5+
entry: comment_spell_check
6+
language: python
7+
minimum_pre_commit_version: 2.9.2
8+
types_or: [python, rst, markdown, ruby, java ]

0 commit comments

Comments
 (0)