Remove print statement left by accident #17
Annotations
1 error and 11 warnings
Run pylint
Process completed with exit code 28.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run pylint:
qutebrowser/misc/notree.py#L60
Class constant name "PRE" doesn't conform to snake_case naming style
|
Run pylint:
qutebrowser/misc/notree.py#L61
Class constant name "POST" doesn't conform to snake_case naming style
|
Run pylint:
qutebrowser/misc/notree.py#L62
Class constant name "POST_R" doesn't conform to snake_case naming style
|
Run pylint:
qutebrowser/misc/notree.py#L221
Consider using "elif" instead of "else" then "if" to remove one indentation level
|
Run pylint:
qutebrowser/misc/notree.py#L289
Raising too general exception: Exception
|
Run pylint:
qutebrowser/misc/notree.py#L256
Unused private member `Node.__add_child(self, node: 'Node[T]')`
|
Run pylint:
qutebrowser/misc/notree.py#L260
Unused private member `Node.__disown(self, value: 'Node[T]')`
|
Run pylint:
qutebrowser/misc/notree.py#L190
Unused private member `Node.__modified`
|
Run pylint:
qutebrowser/misc/notree.py#L68
Useless suppression of 'invalid-name'
|
Run pylint:
qutebrowser/browser/commands.py#L499
Unused variable 'oldroot'
|
The logs for this run have expired and are no longer available.
Loading