Conversation
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Lintly has detected code quality issues in this pull request.
| def do_something(self): | ||
| print("Let's do something!" ) | ||
| if self.CONST2: | ||
| print("CONST2 is set") |
| def do_something(self): | ||
| print("Let's do something!" ) | ||
| if self.CONST2: | ||
| print("CONST2 is set") |
There was a problem hiding this comment.
E111: indentation is not a multiple of 4
| print( "In Constructor") | ||
|
|
||
| def do_something(self): | ||
| print("Let's do something!" ) |
| const1 = 1 | ||
| CONST2 = 2 | ||
|
|
||
| def __init__( self ): |
| const1 = 1 | ||
| CONST2 = 2 | ||
|
|
||
| def __init__( self ): |
Add Main class and github action to lint on PR to develop