From 9d5c93e902f093872c7475bb010f8e4a5b97aa40 Mon Sep 17 00:00:00 2001 From: Viktor Shlapakov Date: Tue, 24 Mar 2015 14:45:33 +0300 Subject: [PATCH] Added pylint.rc: ignoring SyncManager for pylint --- pylint.rc | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 pylint.rc diff --git a/pylint.rc b/pylint.rc new file mode 100644 index 0000000..1e76d8c --- /dev/null +++ b/pylint.rc @@ -0,0 +1,2 @@ +[TYPECHECK] +ignored-classes=SyncManager diff --git a/tox.ini b/tox.ini index 71565fd..fba7d8e 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ deps = unittest2 mock pylint -commands = pylint {posargs: -E kafka test} +commands = pylint --rcfile=pylint.rc {posargs: -E kafka test} [testenv:docs] deps =