Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 276 Bytes

pylint.md

File metadata and controls

33 lines (19 loc) · 276 Bytes
tags aliases cssclass
📝/🌱

[[pylint]]


In VS Code

Disable linter for any line in .py file

Add # noqa in-line:

a = code_you_want_to_disable_linter_for() # noqa

Tags:

Reference:

Related:

🔗 Links to this page: