Add secret language encoding and decoding algorithm#14837
Closed
vivek2004-sec wants to merge 8 commits into
Closed
Add secret language encoding and decoding algorithm#14837vivek2004-sec wants to merge 8 commits into
vivek2004-sec wants to merge 8 commits into
Annotations
3 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
strings/Secret_language.py#L77
strings/Secret_language.py:77: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]`
|
|
Run uvx ruff check --output-format=github .:
strings/Secret_language.py#L1
strings/Secret_language.py:1:1: N999 Invalid module name: 'Secret_language'
|
background
wait
wait-all
cancel
parallel
Loading