From bfaa23c896df72b8b34ad70c723d05a206a56c19 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Jun 2017 18:27:14 +0300 Subject: Fix: Make "obnam forget" for GA delete unused chunks --- pylint.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf index 146a84ee..e21137e9 100644 --- a/pylint.conf +++ b/pylint.conf @@ -15,6 +15,7 @@ disable= missing-docstring, no-self-use, protected-access, + redefined-builtin, redefined-variable-type, star-args, too-few-public-methods, -- cgit v1.2.1