Skip to content

Create Password_cracking.py #10860

Create Password_cracking.py

Create Password_cracking.py #10860

Triggered via pull request October 10, 2024 19:25
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 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#L8
other/Password_cracking.py:8:9: B007 Loop control variable `letter` not used within loop body
Ruff (F405): other/Password_cracking.py#L9
other/Password_cracking.py:9:23: F405 `randint` may be undefined, or defined from star imports
Ruff (S605): other/Password_cracking.py#L13
other/Password_cracking.py:13: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#L13
other/Password_cracking.py:13:19: S607 Starting a process with a partial executable path
Ruff (W291): other/Password_cracking.py#L14
other/Password_cracking.py:14:30: W291 Trailing whitespace
ruff
Process completed with exit code 1.