Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 646 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 646 Bytes

VS Code remote Python development container

Develop Python in VS Code with a Debian based development container

Settings

PyLint

Disabled messages.

:missing-module-docstring (C0114): *Missing module docstring*
  Used when a module has no docstring. Empty modules do not require a
  docstring.
:missing-class-docstring (C0115): *Missing class docstring*
  Used when a class has no docstring. Even an empty class must have a
  docstring.
:missing-function-docstring (C0116): *Missing function or method docstring*
  Used when a function or method has no docstring. Some special methods like
  __init__ do not require a docstring.