You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new rule to require that each block must end with # or #.
This would work as a curly braces blocks found in C style languages.
Also, this could also be used to reformat python code by code editor to fix any indentation issues.
Users can also use a different word symbol or use a new line for this purpose. (#., #/, newline, etc). The user has the option to select the keyword they would like to have for the project.
(pylint maintainer here), you should create your custom pylint plugin for that, enforcing a kind of 'end' keyword to make python look like pascal or ada is going to not be pythonic enough / too controversial for pylint core.
Create a new rule to require that each block must end with # or #.
This would work as a curly braces blocks found in C style languages.
Also, this could also be used to reformat python code by code editor to fix any indentation issues.
Users can also use a different word symbol or use a new line for this purpose. (#., #/, newline, etc). The user has the option to select the keyword they would like to have for the project.
Example:
The text was updated successfully, but these errors were encountered: