Skip to content

Commit 8a1d0fc

Browse files
committed
Fix inconsistent descriptions punctuations
1 parent 2006a4d commit 8a1d0fc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-hooks.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: check-added-large-files
22
name: check for added large files
3-
description: prevent giant files from being committed
3+
description: prevent giant files from being committed.
44
entry: check-added-large-files
55
language: python
66
- id: check-ast
@@ -11,7 +11,7 @@
1111
types: [python]
1212
- id: check-byte-order-marker
1313
name: 'check BOM - deprecated: use fix-byte-order-marker'
14-
description: forbid files which have a utf-8 byte-order marker
14+
description: forbid files which have a utf-8 byte-order marker.
1515
entry: check-byte-order-marker
1616
language: python
1717
types: [text]
@@ -23,7 +23,7 @@
2323
types: [python]
2424
- id: check-case-conflict
2525
name: check for case conflicts
26-
description: check for files that would conflict in case-insensitive filesystems
26+
description: check for files that would conflict in case-insensitive filesystems.
2727
entry: check-case-conflict
2828
language: python
2929
- id: check-docstring-first
@@ -108,19 +108,19 @@
108108
types: [file]
109109
- id: detect-aws-credentials
110110
name: detect aws credentials
111-
description: detects *your* aws credentials from the aws cli credentials file
111+
description: detects *your* aws credentials from the aws cli credentials file.
112112
entry: detect-aws-credentials
113113
language: python
114114
types: [text]
115115
- id: detect-private-key
116116
name: detect private key
117-
description: detects the presence of private keys
117+
description: detects the presence of private keys.
118118
entry: detect-private-key
119119
language: python
120120
types: [text]
121121
- id: double-quote-string-fixer
122122
name: fix double quoted strings
123-
description: this hook replaces double quoted strings with single quoted strings
123+
description: this hook replaces double quoted strings with single quoted strings.
124124
entry: double-quote-string-fixer
125125
language: python
126126
types: [python]
@@ -139,31 +139,31 @@
139139
files: '^$'
140140
- id: fix-byte-order-marker
141141
name: fix utf-8 byte order marker
142-
description: removes utf-8 byte order marker
142+
description: removes utf-8 byte order marker.
143143
entry: fix-byte-order-marker
144144
language: python
145145
types: [text]
146146
- id: fix-encoding-pragma
147147
name: fix python encoding pragma
148-
description: 'add # -*- coding: utf-8 -*- to the top of python files'
148+
description: 'add # -*- coding: utf-8 -*- to the top of python files.'
149149
language: python
150150
entry: fix-encoding-pragma
151151
types: [python]
152152
- id: forbid-new-submodules
153153
name: forbid new submodules
154-
description: prevent addition of new git submodules
154+
description: prevent addition of new git submodules.
155155
language: python
156156
entry: forbid-new-submodules
157157
types: [directory]
158158
- id: mixed-line-ending
159159
name: mixed line ending
160-
description: replaces or checks mixed line ending
160+
description: replaces or checks mixed line ending.
161161
entry: mixed-line-ending
162162
language: python
163163
types: [text]
164164
- id: name-tests-test
165165
name: tests should end in _test.py
166-
description: this verifies that test files are named correctly
166+
description: this verifies that test files are named correctly.
167167
entry: name-tests-test
168168
language: python
169169
files: (^|/)tests/.+\.py$
@@ -175,7 +175,7 @@
175175
always_run: true
176176
- id: requirements-txt-fixer
177177
name: fix requirements.txt
178-
description: sorts entries in requirements.txt
178+
description: sorts entries in requirements.txt.
179179
entry: requirements-txt-fixer
180180
language: python
181181
files: requirements.*\.txt$

0 commit comments

Comments
 (0)