Create Password_cracking.py #11502
Annotations
8 errors
Ruff (N999):
other/Password_cracking.py#L1
other/Password_cracking.py:1:1: N999 Invalid module name: 'Password_cracking'
|
Ruff (F403):
other/Password_cracking.py#L1
other/Password_cracking.py:1:1: F403 `from random import *` used; unable to detect undefined names
|
Ruff (I001):
other/Password_cracking.py#L1
other/Password_cracking.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (B007):
other/Password_cracking.py#L42
other/Password_cracking.py:42:9: B007 Loop control variable `letter` not used within loop body
|
Ruff (F405):
other/Password_cracking.py#L43
other/Password_cracking.py:43:25: F405 `randint` may be undefined, or defined from star imports
|
Ruff (S605):
other/Password_cracking.py#L47
other/Password_cracking.py:47:9: S605 Starting a process with a shell: seems safe, but may be changed in the future; consider rewriting without `shell`
|
Ruff (S607):
other/Password_cracking.py#L47
other/Password_cracking.py:47:19: S607 Starting a process with a partial executable path
|
ruff
Process completed with exit code 1.
|