fix ruff issues #17
Annotations
10 errors
|
Ruff (FBT003):
examples/user_agent_options.py#L40
examples/user_agent_options.py:40:5: FBT003 Boolean positional value in function call
|
|
Ruff (FBT003):
examples/user_agent_options.py#L34
examples/user_agent_options.py:34:32: FBT003 Boolean positional value in function call
|
|
Ruff (FBT003):
examples/user_agent_options.py#L29
examples/user_agent_options.py:29:32: FBT003 Boolean positional value in function call
|
|
Ruff (FBT003):
examples/user_agent_options.py#L24
examples/user_agent_options.py:24:32: FBT003 Boolean positional value in function call
|
|
Ruff (EXE002):
examples/user_agent_options.py#L1
examples/user_agent_options.py:1:1: EXE002 The file is executable but no shebang is present
|
|
Ruff (N816):
examples/tlx_example_dashboard.py#L73
examples/tlx_example_dashboard.py:73:13: N816 Variable `bdcDischargePower` in global scope should not be mixedCase
|
|
Ruff (N816):
examples/tlx_example_dashboard.py#L72
examples/tlx_example_dashboard.py:72:13: N816 Variable `bdcDischargePower` in global scope should not be mixedCase
|
|
Ruff (N816):
examples/tlx_example_dashboard.py#L71
examples/tlx_example_dashboard.py:71:13: N816 Variable `bdcChargePower` in global scope should not be mixedCase
|
|
Ruff (N816):
examples/tlx_example_dashboard.py#L69
examples/tlx_example_dashboard.py:69:13: N816 Variable `bdcDischargePower` in global scope should not be mixedCase
|
|
Ruff (N816):
examples/tlx_example_dashboard.py#L68
examples/tlx_example_dashboard.py:68:13: N816 Variable `bdcChargePower` in global scope should not be mixedCase
|