Added pylint.rc: ignoring SyncManager for pylint

This commit is contained in:
Viktor Shlapakov
2015-03-24 14:45:33 +03:00
parent 88465f70ef
commit 9d5c93e902
2 changed files with 3 additions and 1 deletions

2
pylint.rc Normal file
View File

@@ -0,0 +1,2 @@
[TYPECHECK]
ignored-classes=SyncManager

View File

@@ -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 =