.pylint
changeset 1847 6198190bc121
parent 1827 b8b47f9b5e56
child 1867 418777c1fbc7
--- a/.pylint	Tue Oct 03 16:31:31 2017 +0300
+++ b/.pylint	Thu Oct 05 16:38:49 2017 +0300
@@ -106,7 +106,7 @@
 
 # A regular expression matching the name of dummy variables (i.e. expectedly
 # not used).
-dummy-variables-rgx=(_+[a-zA-Z0-9]*?$)|dummy
+dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy
 
 # List of additional names supposed to be defined in builtins. Remember that
 # you should avoid to define new builtins when possible.