refactor crypto module into standalone library and add crypto module guide - #61
Merged
Annotations
20 errors
|
Check code formatting:
test/test_extension_TCP_setup.py#L4
test/test_extension_TCP_setup.py:4:19: unformatted: File would be reformatted
|
|
Check code formatting:
test/test_command_handlers.py#L8
test/test_command_handlers.py:8:19: unformatted: File would be reformatted
|
|
Check code formatting:
test/test_TCP_server.py#L4
test/test_TCP_server.py:4:19: unformatted: File would be reformatted
|
|
Check code formatting:
test/test_TCP_client.py#L4
test/test_TCP_client.py:4:19: unformatted: File would be reformatted
|
|
Check code formatting:
src/network_api/connect_udp.py#L11
src/network_api/connect_udp.py:11:29: unformatted: File would be reformatted
|
|
Check code formatting:
src/network_api/connect_tcp.py#L12
src/network_api/connect_tcp.py:12:1: unformatted: File would be reformatted
|
|
Check code formatting:
src/flow_setup.py#L13
src/flow_setup.py:13:5: unformatted: File would be reformatted
|
|
Check code formatting:
src/command_control_extension_tcp.py#L12
src/command_control_extension_tcp.py:12:1: unformatted: File would be reformatted
|
|
Check code formatting:
docs/conf.py#L9
docs/conf.py:9:11: unformatted: File would be reformatted
|
|
Check code formatting:
docs/batch_translate_po.py#L13
docs/batch_translate_po.py:13:14: unformatted: File would be reformatted
|
|
Run Ruff linter on Python code:
src/flow_setup.py#L120
src/flow_setup.py:120:9: E722 Do not use bare `except`
|
|
Run Ruff linter on Python code:
src/flow_setup.py#L1
src/flow_setup.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L224
src/command_control_extension_tcp.py:224:12: PLW0603 Using the global statement to update `server_instance` is discouraged
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L215
src/command_control_extension_tcp.py:215:12: PLW0603 Using the global statement to update `client_instance` is discouraged
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L140
src/command_control_extension_tcp.py:140:18: PLW1510 `subprocess.run` without explicit `check` argument
help: Add explicit `check=False`
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L121
src/command_control_extension_tcp.py:121:25: PLR2004 Magic value used in comparison, consider replacing `3` with a constant variable
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L114
src/command_control_extension_tcp.py:114:12: PLW0602 Using global for `command_counter` but no assignment is done
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L113
src/command_control_extension_tcp.py:113:5: PLR0915 Too many statements (55 > 50)
|
|
Run Ruff linter on Python code:
src/command_control_extension_tcp.py#L1
src/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:
docs/batch_translate_po.py#L66
docs/batch_translate_po.py:66:12: PLR1714 Consider merging multiple comparisons: `idx in (1, total)`. Use a `set` if the elements are hashable.
help: Merge multiple comparisons
|
background
wait
wait-all
cancel
parallel
Loading