docs: correct documentation for NOT Gate in not_gate.py #18474
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (ISC004):
web_programming/download_images_from_google_query.py#L91
web_programming/download_images_from_google_query.py:91:17: ISC004 Unparenthesized implicit string concatenation in collection
help: Did you forget a comma?
help: Wrap implicitly concatenated strings in parentheses
|
|
ruff (RUF100):
machine_learning/sequential_minimum_optimization.py#L454
machine_learning/sequential_minimum_optimization.py:454:44: RUF100 Unused `noqa` directive (unused: `S310`)
help: Remove unused `noqa` directive
|
|
ruff (RUF036):
data_structures/binary_tree/inorder_tree_traversal_2022.py#L46
data_structures/binary_tree/inorder_tree_traversal_2022.py:46:19: RUF036 `None` not at the end of the type union.
help: Move `None` to the end of the type union
|