Skip to content

Instantly share code, notes, and snippets.

@codezerro
Last active October 16, 2024 14:56
Show Gist options
  • Select an option

  • Save codezerro/f7f696702ee7ea12782d9af3f9bb4f4c to your computer and use it in GitHub Desktop.

Select an option

Save codezerro/f7f696702ee7ea12782d9af3f9bb4f4c to your computer and use it in GitHub Desktop.
Robotics Academy : Monaco-editor-pylint-disable-ids
Error:
- E0401 : import-error
- E1101 : no-member
Warning:
- W0611 : unused-import
Convention:
- C0114 : missing-module-docstring
- C0303 : trailing-whitespace
- C0304 : missing-final-newline
- C0305 : trailing-newlines
- C0411 : wrong-import-order
Refactor:
Fatal:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment