The editor in Spyder always gives me warnings for unused imports/variables immediately after I type the line. I want to suppress such warnings. How do I do that? And I want this to happen for every file I open in the Spyder editor, wouldn't prefer local fixes.
I tried adding 'disable=' in ~/.pylintrc
and it didn't work. Moreover, the Spyder editor uses pyflakes anyway.