Last active
October 16, 2024 14:56
-
-
Save codezerro/f7f696702ee7ea12782d9af3f9bb4f4c to your computer and use it in GitHub Desktop.
Robotics Academy : Monaco-editor-pylint-disable-ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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