aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc-tests
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-18 18:13:59 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-19 10:39:38 -0700
commit327b3fb6f851478db98895a454b9fa852e9e38fc (patch)
treefdcd5aa948f8e70d814f884d3b1db862ebb8a947 /.pylintrc-tests
parentce8e2fcd16fbfa35365bb69b03118d8ed98a8372 (diff)
Eliminate raising-bad-type suppression
Diffstat (limited to '.pylintrc-tests')
-rw-r--r--.pylintrc-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc-tests b/.pylintrc-tests
index a4bcb9a69b..045431ab46 100644
--- a/.pylintrc-tests
+++ b/.pylintrc-tests
@@ -58,7 +58,6 @@ disable=
wrong-import-order,
non-iterator-returned,
undefined-loop-variable,
- raising-bad-type,
# -- END OF TEST-SPECIFIC SUPPRESSIONS --