Skip to content

Commit f22acbd

Browse files
authored
Merge pull request #62 from SimpleITK/make_pre_commit_hook
Adding configuration file to be a pre-commit hook
2 parents b458668 + 07aa06e commit f22acbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.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)