diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 17:02:00 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | 81833add3730eb3f8b489e9f5cc34df7617373fc (patch) | |
tree | 8072db8db7bff7befedf6fa09de506d7e0ba3fd3 /.pylintrc | |
parent | 0394d67d26035234553c506539b1bd790cddec1d (diff) | |
download | buildstream-81833add3730eb3f8b489e9f5cc34df7617373fc.tar.gz |
pylint - dealt with superfluous-parens warning
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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, |