Added base64 to binary conversion. #11471
Annotations
4 errors
Ruff (SIM118):
conversions/base64_to_binary.py#L95
conversions/base64_to_binary.py:95:16: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
Ruff (E713):
conversions/base64_to_binary.py#L95
conversions/base64_to_binary.py:95:16: E713 Test for membership should be `not in`
|
Ruff (EM102):
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
|
ruff
Process completed with exit code 1.
|