From 9123baf23b78cdf9f294a0c8c0a9cd36ecfa9fe5 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Thu, 10 May 2018 17:30:54 +0800 Subject: [PATCH] .pylinrc: Add dist_mnist (#581) Signed-off-by: Ce Gao --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 278785f8c8..c28c30de93 100644 --- a/.pylintrc +++ b/.pylintrc @@ -9,7 +9,7 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=third_party,jupyterhub_spawner.py +ignore=third_party,jupyterhub_spawner.py,dist_mnist.py # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths.