File: pylint.rc

package info (click to toggle)
python-kafka 2.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,740 kB
  • sloc: python: 20,457; makefile: 210; sh: 76
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
[TYPECHECK]
ignored-classes=SyncManager,_socketobject
ignored-modules=kafka.vendor.six.moves
generated-members=py.*

[MESSAGES CONTROL]
disable=E1129