From f342efd080678a4c8db1c1e25296923176e821f6 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 22 Sep 2020 09:43:48 -0700 Subject: pylint: turn on bad-indentation error and fix all of the bad indentation --- .pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index e9908ba..2ff8c56 100644 --- a/.pylintrc +++ b/.pylintrc @@ -9,6 +9,7 @@ disable=all enable= abstract-class-instantiated, assert-on-tuple, + bad-indentation, compare-to-zero, dangerous-default-value, deprecated-lambda, -- cgit v1.1