Skip to content

Commit 254dafe

Browse files
committed
allow certain short variable names
1 parent 6698610 commit 254dafe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ indent-after-paren=4
219219
# tab).
220220
indent-string=' '
221221

222+
# Names that are allowed even though they violate standard naming conventions.
223+
good-names=cs
224+
222225
# Maximum number of characters on a single line.
223226
max-line-length=100
224227

0 commit comments

Comments
 (0)