We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b458668 + 07aa06e commit f22acbdCopy full SHA for f22acbd
.pre-commit-hooks.yaml
@@ -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