Skip to content

Develop Python in VS Code with a development container

License

Notifications You must be signed in to change notification settings

klaasjand/vscode-remote-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Develop Python in VS Code with a development container

Topics

Resources

License

Stars

Watchers

Forks