core-code: add the web applications for the servers and clients for e… - #9
Merged
Merged
Annotations
20 errors
|
Check code formatting:
test/test_TCP_server.py#L1
test/test_TCP_server.py:1:1: unformatted: File would be reformatted
|
|
Check code formatting:
test/test_TCP_client.py#L1
test/test_TCP_client.py:1:1: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/transfer_web/web_front/client_backend.py#L81
PyFlow/transfer_web/web_front/client_backend.py:81:6: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/transfer_web/web_backend/server_backend.py#L67
PyFlow/transfer_web/web_backend/server_backend.py:67:6: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/network_api/rsa_crypto.py#L47
PyFlow/network_api/rsa_crypto.py:47:1: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/network_api/connect_tcp.py#L37
PyFlow/network_api/connect_tcp.py:37:1: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/flow_setup.py#L36
PyFlow/flow_setup.py:36:17: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/add_extension.py#L96
PyFlow/add_extension.py:96:61: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/__main__.py#L3
PyFlow/__main__.py:3:12: unformatted: File would be reformatted
|
|
Check code formatting:
PyFlow/__init__.py#L3
PyFlow/__init__.py:3:1: unformatted: File would be reformatted
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L252
PyFlow/command_control_extension_tcp.py:252:12: PLW0603 Using the global statement to update `client_instance` is discouraged
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L252
PyFlow/command_control_extension_tcp.py:252:12: PLW0603 Using the global statement to update `client_instance` is discouraged
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L182
PyFlow/command_control_extension_tcp.py:182:101: E501 Line too long (123 > 100)
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L163
PyFlow/command_control_extension_tcp.py:163:18: PLW1510 `subprocess.run` without explicit `check` argument
help: Add explicit `check=False`
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L144
PyFlow/command_control_extension_tcp.py:144:25: PLR2004 Magic value used in comparison, consider replacing `3` with a constant variable
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L137
PyFlow/command_control_extension_tcp.py:137:12: PLW0602 Using global for `command_counter` but no assignment is done
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L136
PyFlow/command_control_extension_tcp.py:136:5: PLR0915 Too many statements (56 > 50)
|
|
Run Ruff linter on Python code:
PyFlow/command_control_extension_tcp.py#L1
PyFlow/command_control_extension_tcp.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Run Ruff linter on Python code:
PyFlow/add_extension.py#L1
PyFlow/add_extension.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Run Ruff linter on Python code:
PyFlow/__init__.py#L1
PyFlow/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
background
wait
wait-all
cancel
parallel
Loading