From 3f8fc77c4d5e64a1776f156eec2db0aedc00eb33 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Thu, 23 Feb 2017 16:48:44 +0200 Subject: [PATCH] Remove pylint plugins, Scrutinizer doesn't like it --- .pylintrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index 50d3dfb..286c472 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,3 @@ -[MASTER] -load-plugins=pylint_common, pylint_django - [FORMAT] max-line-length=120