$ cat err.py def a(): print b $ pylint -E err.py ************* Module err E: 2,8:a: Undefined variable 'b'