/vscode-remote-python

Develop Python in VS Code with a development container

Primary LanguageDockerfileMIT LicenseMIT

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.