From fc5aec1a40240e99618a5963e713fc231128e3a3 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Tue, 26 Feb 2013 00:26:29 +0400 Subject: [PATCH] pylint and pyflakes static analysis has been added --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d6dcfa0..5ee5ed1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ doc/source/apidoc *.db .coverage nosetests.xml +pylint-report.txt