python - How do I disable flymake error for one line? -


i using python flymake emacs, , want turn off warnings per line. hoping like

apa(**kwdargs)  # ignore=w0142 

does exist?

if you're using pylint flymake, syntax # pylint: disable=w0142 or # pylint: disable=star-args. recommend using human readable version. if install pylint package (in melpa), command pylint-insert-ignore-comment, makes easy insert such comments. finally, newer versions of pylint have removed star-args warning, might want upgrade.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -