Add sustainability compliance dashboard script #2
Annotations
10 errors
|
Ruff (PLC0415):
data_structures/binary_tree/diff_views_of_binary_tree.py#L176
data_structures/binary_tree/diff_views_of_binary_tree.py:176:5: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (PLC0415):
data_structures/binary_tree/binary_search_tree.py#L118
data_structures/binary_tree/binary_search_tree.py:118:9: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (PLC0415):
data_structures/binary_tree/avl_tree.py#L329
data_structures/binary_tree/avl_tree.py:329:5: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (C420):
data_structures/arrays/sudoku_solver.py#L182
data_structures/arrays/sudoku_solver.py:182:14: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
|
|
Ruff (C420):
data_structures/arrays/sudoku_solver.py#L53
data_structures/arrays/sudoku_solver.py:53:14: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
|
|
Ruff (PYI019):
conversions/prefix_conversions_string.py#L71
conversions/prefix_conversions_string.py:71:21: PYI019 Use `Self` instead of custom TypeVar `T`
|
|
Ruff (PYI019):
conversions/prefix_conversions_string.py#L56
conversions/prefix_conversions_string.py:56:21: PYI019 Use `Self` instead of custom TypeVar `T`
|
|
Ruff (PT028):
ciphers/shuffled_shift_cipher.py#L172
ciphers/shuffled_shift_cipher.py:172:32: PT028 Test function parameter `msg` has default argument
|
|
Ruff (RUF057):
ciphers/hill_cipher.py#L82
ciphers/hill_cipher.py:82:32: RUF057 Value being rounded is already an integer
|
|
Ruff (PLC0415):
ciphers/atbash.py#L43
ciphers/atbash.py:43:5: PLC0415 `import` should be at the top-level of a file
|