Scriptification #74
24 errors
Flake8 found 24 errors
Annotations
Check failure on line 15 in utils.py
github-actions / Flake8
utils.py#L15
Expected 2 blank lines, found 1 (E302)
Check failure on line 20 in utils.py
github-actions / Flake8
utils.py#L20
Expected 2 blank lines, found 1 (E302)
Check failure on line 64 in rest_client.py
github-actions / Flake8
rest_client.py#L64
Continuation line over-indented for hanging indent (E126)
Check failure on line 69 in rest_client.py
github-actions / Flake8
rest_client.py#L69
Continuation line under-indented for hanging indent (E121)
Check failure on line 201 in rest_client.py
github-actions / Flake8
rest_client.py#L201
Local variable 'e' is assigned to but never used (F841)
Check failure on line 260 in rest_client.py
github-actions / Flake8
rest_client.py#L260
Continuation line over-indented for visual indent (E127)
Check failure on line 322 in rest_client.py
github-actions / Flake8
rest_client.py#L322
Comparison to None should be 'if cond is None:' (E711)
Check failure on line 324 in rest_client.py
github-actions / Flake8
rest_client.py#L324
Inline comment should start with '# ' (E262)
Check failure on line 337 in rest_client.py
github-actions / Flake8
rest_client.py#L337
Unexpected spaces around keyword / parameter equals (E251)
Check failure on line 87 in scripter.py
github-actions / Flake8
scripter.py#L87
Blank line contains whitespace (W293)
Check failure on line 108 in scripter.py
github-actions / Flake8
scripter.py#L108
Missing whitespace around parameter equals (E252)
Check failure on line 108 in scripter.py
github-actions / Flake8
scripter.py#L108
Missing whitespace around parameter equals (E252)
Check failure on line 122 in scripter.py
github-actions / Flake8
scripter.py#L122
Missing whitespace around parameter equals (E252)
Check failure on line 122 in scripter.py
github-actions / Flake8
scripter.py#L122
Missing whitespace around parameter equals (E252)
Check failure on line 411 in scripter.py
github-actions / Flake8
scripter.py#L411
Local variable 'host_name' is assigned to but never used (F841)
Check failure on line 454 in scripter.py
github-actions / Flake8
scripter.py#L454
Local variable 'host_name' is assigned to but never used (F841)
Check failure on line 509 in scripter.py
github-actions / Flake8
scripter.py#L509
Local variable 'host_name' is assigned to but never used (F841)
Check failure on line 308 in etp/requester.py
github-actions / Flake8
etp/requester.py#L308
Continuation line over-indented for hanging indent (E126)
Check failure on line 617 in etp/requester.py
github-actions / Flake8
etp/requester.py#L617
Continuation line over-indented for hanging indent (E126)
Check failure on line 187 in etp/runner.py
github-actions / Flake8
etp/runner.py#L187
Local variable 'e' is assigned to but never used (F841)
Check failure on line 206 in etp/runner.py
github-actions / Flake8
etp/runner.py#L206
Local variable 'e' is assigned to but never used (F841)
Check failure on line 241 in etp/runner.py
github-actions / Flake8
etp/runner.py#L241
Local variable 'result' is assigned to but never used (F841)
Check failure on line 188 in etp/serverprotocols.py
github-actions / Flake8
etp/serverprotocols.py#L188
Multiple spaces after ',' (E241)
Check failure on line 695 in etp/serverprotocols.py
github-actions / Flake8
etp/serverprotocols.py#L695
Continuation line unaligned for hanging indent (E131)