summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-02-14 17:02:00 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 14:10:26 +0000
commit81833add3730eb3f8b489e9f5cc34df7617373fc (patch)
tree8072db8db7bff7befedf6fa09de506d7e0ba3fd3 /.pylintrc
parent0394d67d26035234553c506539b1bd790cddec1d (diff)
downloadbuildstream-81833add3730eb3f8b489e9f5cc34df7617373fc.tar.gz
pylint - dealt with superfluous-parens warning
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.pylintrc b/.pylintrc
index a1b6c2a50..5c72e53b7 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -114,9 +114,6 @@ disable=#####################################
logging-format-interpolation,
- # We use assert(<>), which should perhaps be assert <>
- superfluous-parens,
-
# Some of us like type() - should be discouraged
unidiomatic-typecheck,