From 3f2842400795ae1aaffc4ae6c35c4ef26857c239 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 16 Sep 2018 17:33:50 +0200 Subject: Reformat the code with black --- pylintrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index bbcfe911c..112277e0a 100644 --- a/pylintrc +++ b/pylintrc @@ -60,6 +60,8 @@ disable= missing-docstring, protected-access, too-few-public-methods, + # handled by black + format [REPORTS] -- cgit v1.2.1