summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorMartin Basti <martin.basti@gmail.com>2016-06-27 00:21:42 +0200
committerMartin Basti <martin.basti@gmail.com>2016-06-27 01:43:22 +0200
commitc0b56fcb1ea32bba3321225d549338da80e33d63 (patch)
tree9adc8edf46e7b285732fb3ec527323e8b9634d41 /pylintrc
parent7854fd8294bb67b093d3e9ffce16ce183a65d547 (diff)
downloaddnspython-c0b56fcb1ea32bba3321225d549338da80e33d63.tar.gz
Pylint: enable delslice-method check
__delslice__ is deprecated since python 2.6 and was removed in py3
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 8d1c27d..4a84882 100644
--- a/pylintrc
+++ b/pylintrc
@@ -22,7 +22,6 @@ disable=
bad-continuation,
bad-whitespace,
bare-except,
- delslice-method,
deprecated-method,
dict-iter-method,
fixme,