summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-02-14 17:04:43 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 14:10:26 +0000
commitb11b48eadd3052d7e209ae7be8c513ca128099e3 (patch)
tree49f1f1bb27ae844160a72f7b01bead2e5752d542 /.pylintrc
parent81833add3730eb3f8b489e9f5cc34df7617373fc (diff)
downloadbuildstream-b11b48eadd3052d7e209ae7be8c513ca128099e3.tar.gz
pylint - dealt with unidiomatic-typecheck warning
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.pylintrc b/.pylintrc
index 5c72e53b7..a2d82164f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -114,9 +114,6 @@ disable=#####################################
logging-format-interpolation,
- # Some of us like type() - should be discouraged
- unidiomatic-typecheck,
-
# We aren't fully compliant with pep8 import order yet
wrong-import-order,
wrong-import-position,