Skip to content

Instantly share code, notes, and snippets.

@max-k
max-k / msg_ids.txt
Created July 20, 2017 12:52 — forked from durden/msg_ids.txt
pylint message ids
C0102: Black listed name "%s"
C0103: Invalid %s name "%s"
C0111: Missing %s docstring
C0112: Empty %s docstring
C0121: Missing required attribute "%s"
C0202: Class method %s should have cls as first argument
C0203: Metaclass method %s should have mcs as first argument
C0204: Metaclass class method %s should have %s as first argument
C0301: Line too long (%s/%s)
C0302: Too many lines in module (%s)