Added base64 to binary conversion. #11471
Annotations
4 errors
Run ruff check --output-format=github .:
conversions/base64_to_binary.py#L95
conversions/base64_to_binary.py:95:16: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
Run ruff check --output-format=github .:
conversions/base64_to_binary.py#L95
conversions/base64_to_binary.py:95:16: E713 Test for membership should be `not in`
|
Run ruff check --output-format=github .:
conversions/base64_to_binary.py#L96
conversions/base64_to_binary.py:96:30: EM102 Exception must not use an f-string literal, assign to variable first
|
Run ruff check --output-format=github .
Process completed with exit code 1.
|
Loading