From d7d448979a68f1b7448604af17d3b4f3b4bd8f37 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 28 Aug 2017 21:28:20 +0200 Subject: pylintrc: remove comments Remove comments which are not applicable to us. --- .pylintrc | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 25cac577..e7003f46 100644 --- a/.pylintrc +++ b/.pylintrc @@ -88,18 +88,6 @@ enable=import-self, unnecessary-lambda, unnecessary-pass, -# Things we'd like to enable someday: -# redefined-outer-name (requires a bunch of work to clean up our code first) -# undefined-variable (re-enable when pylint fixes https://github.com/PyCQA/pylint/issues/760) -# no-name-in-module (giving us spurious warnings https://github.com/PyCQA/pylint/issues/73) -# unused-argument (need to clean up or code a lot, e.g. prefix unused_?) - -# Things we'd like to try. -# Procedure: -# 1. Enable a bunch. -# 2. See if there's spurious ones; if so disable. -# 3. Record above. -# 4. Remove from this list. # deprecated-method, # anomalous-unicode-escape-in-string, # anomalous-backslash-in-string, -- cgit v1.2.3-55-g3dc8