Skip to content

Added base64 to binary conversion. #11471

Added base64 to binary conversion.

Added base64 to binary conversion. #11471

Triggered via pull request October 20, 2024 14:04
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.