summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-02 20:11:44 +0100
committerGitHub <noreply@github.com>2023-01-02 20:11:44 +0100
commit624a5dbec2f31488cc562b8b05445b1242432ca1 (patch)
tree7a53542447bf7053f251b2561fa94c9e911492f1 /pylintrc
parent43be0f181fbc5be1cb2ddcf39eb9d5de093f2f9c (diff)
downloadpylint-git-624a5dbec2f31488cc562b8b05445b1242432ca1.tar.gz
[style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)
Refs #8013 Refs https://github.com/PyCQA/pylint/pull/7697#discussion_r1010869312
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/pylintrc b/pylintrc
index e15363db1..121cc05d5 100644
--- a/pylintrc
+++ b/pylintrc
@@ -177,10 +177,6 @@ ignore-signatures=yes
# Tells whether we should check for unused import in __init__ files.
init-import=no
-# A regular expression matching the name of dummy variables (i.e. expectedly
-# not used).
-dummy-variables-rgx=_$|dummy
-
# List of additional names supposed to be defined in builtins. Remember that
# you should avoid defining new builtins when possible.
additional-builtins=
@@ -195,10 +191,6 @@ allow-global-unused-variables=yes
# List of names allowed to shadow builtins
allowed-redefined-builtins=
-# Argument names that match this expression will be ignored. Default to name
-# with leading underscore.
-ignored-argument-names=_.*
-
# List of qualified module names which can have objects that can redefine
# builtins.
redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io