summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
author243f6a88 85a308d3 <33170174+243f6a8885a308d313198a2e037@users.noreply.github.com>2022-09-12 21:45:27 +0900
committerGitHub <noreply@github.com>2022-09-12 14:45:27 +0200
commit7a7a8004d7ec04b75d703a1bf454ef896ecec974 (patch)
tree2d0d443cc7d690f68b92ec58b0a374a07e761404 /pylintrc
parentaef40554ade053cde2800b2343bc36a3cae3222c (diff)
downloadpylint-git-7a7a8004d7ec04b75d703a1bf454ef896ecec974.tar.gz
Fix typevar-rgx description in pylintrc (#7455)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 3323052d4..7195a6592 100644
--- a/pylintrc
+++ b/pylintrc
@@ -320,7 +320,7 @@ method-naming-style=snake_case
# Regular expression matching correct method names
method-rgx=[a-z_][a-z0-9_]{2,}$
-# Regular expression which can overwrite the naming style set by typevar-naming-style.
+# Regular expression matching correct type variable names
#typevar-rgx=
# Regular expression which should only match function or class names that do