Create Password_guess.py #10862
Annotations
7 errors
Ruff (N999):
other/Password_guess.py#L1
other/Password_guess.py:1:1: N999 Invalid module name: 'Password_guess'
|
Ruff (I001):
other/Password_guess.py#L1
other/Password_guess.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W291):
other/Password_guess.py#L5
other/Password_guess.py:5:67: W291 Trailing whitespace
|
Ruff (W291):
other/Password_guess.py#L6
other/Password_guess.py:6:67: W291 Trailing whitespace
|
Ruff (W293):
other/Password_guess.py#L18
other/Password_guess.py:18:1: W293 Blank line contains whitespace
|
Ruff (S605):
other/Password_guess.py#L28
other/Password_guess.py:28:5: S605 Starting a process with a shell, possible injection detected
|
ruff
Process completed with exit code 1.
|