Skip to content
Prev Previous commit
Next Next commit
Added pylint.rc: ignoring SyncManager for pylint
  • Loading branch information
vshlapakov committed Mar 24, 2015
commit 9d5c93e902f093872c7475bb010f8e4a5b97aa40
2 changes: 2 additions & 0 deletions pylint.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[TYPECHECK]
ignored-classes=SyncManager
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down