Skip to content

Correct typos and add secret_language file #18241

Correct typos and add secret_language file

Correct typos and add secret_language file #18241

Triggered via pull request June 21, 2026 16:03
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (SIM108): strings/Secret_language.py#L83
strings/Secret_language.py:83:5: SIM108 Use ternary operator `code = code[-1] + code[:-1] if len(code) >= 3 else code[::-1]` instead of `if`-`else`-block help: Replace `if`-`else`-block with `code = code[-1] + code[:-1] if len(code) >= 3 else code[::-1]`
ruff (N999): strings/Secret_language.py#L1
strings/Secret_language.py:1:1: N999 Invalid module name: 'Secret_language'