summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
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,