summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-21 08:52:56 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-21 11:15:08 +0200
commit352aa0fcc88db8721a97d5f1279c25d1ef095b8f (patch)
tree310556f1a28077771f407baea304cbb8f02d8aee /pylintrc
parentea4f19d3251f806f92961bb15ad0fc44c2399977 (diff)
downloadastroid-git-352aa0fcc88db8721a97d5f1279c25d1ef095b8f.tar.gz
Small fixes following pep8 changes
Re-add 'ex' in good name Fix a typo rrue = true
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 2361e82f..31ec65dd 100644
--- a/pylintrc
+++ b/pylintrc
@@ -123,7 +123,7 @@ enable=useless-suppression
bad-functions=
# Good variable names which should always be accepted, separated by a comma
-good-names=i,j,k,e,f,m,cm,Run,_,n,op,it
+good-names=i,j,k,e,ex,f,m,cm,Run,_,n,op,it
# Bad variable names which should always be refused, separated by a comma
bad-names=foo,bar,baz,toto,tutu,tata