Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is a configuration file for a pre-commit hook
- id: comment-spell-check
name: Comment Spell Check
description: "Automatically spell checks comments of a codebase."
entry: comment_spell_check
language: python
minimum_pre_commit_version: 2.9.2
types_or: [python, rst, markdown, ruby, java ]