security: remove the malware code #3
Annotations
10 errors and 1 warning
|
ruff (RUF059):
graphs/graph_adjacency_matrix.py#L472
graphs/graph_adjacency_matrix.py:472:13: RUF059 Unpacked variable `random_vertices` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
graphs/graph_adjacency_list.py#L572
graphs/graph_adjacency_list.py:572:13: RUF059 Unpacked variable `random_edges` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
graphs/graph_adjacency_list.py#L533
graphs/graph_adjacency_list.py:533:13: RUF059 Unpacked variable `random_vertices` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
graphs/graph_adjacency_list.py#L519
graphs/graph_adjacency_list.py:519:13: RUF059 Unpacked variable `random_edges` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
graphs/graph_adjacency_list.py#L505
graphs/graph_adjacency_list.py:505:13: RUF059 Unpacked variable `random_edges` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
graphs/graph_adjacency_list.py#L451
graphs/graph_adjacency_list.py:451:13: RUF059 Unpacked variable `random_vertices` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
data_structures/trie/radix_tree.py#L147
data_structures/trie/radix_tree.py:147:13: RUF059 Unpacked variable `matching_string` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
data_structures/trie/radix_tree.py#L118
data_structures/trie/radix_tree.py:118:13: RUF059 Unpacked variable `matching_string` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF037):
data_structures/hashing/hash_table_with_linked_list.py#L11
data_structures/hashing/hash_table_with_linked_list.py:11:28: RUF037 Unnecessary empty iterable within a deque call
help: Replace with `deque()`
|
|
ruff (RUF059):
data_structures/arrays/sudoku_solver.py#L152
data_structures/arrays/sudoku_solver.py:152:5: RUF059 Unpacked variable `n` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/setup-uv@v6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|