Skip to content

Add P2P file sharing algorithm in Python #15143

Add P2P file sharing algorithm in Python

Add P2P file sharing algorithm in Python #15143

Triggered via pull request October 10, 2025 05:57
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): peer2peer_file_sharing/crypto/rsa_crypto.py#L6
peer2peer_file_sharing/crypto/rsa_crypto.py:6:1: W293 Blank line contains whitespace
Ruff (I001): peer2peer_file_sharing/crypto/rsa_crypto.py#L1
peer2peer_file_sharing/crypto/rsa_crypto.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (INP001): peer2peer_file_sharing/crypto/rsa_crypto.py#L1
peer2peer_file_sharing/crypto/rsa_crypto.py:1:1: INP001 File `peer2peer_file_sharing/crypto/rsa_crypto.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (W292): peer2peer_file_sharing/crypto/aes_crypto.py#L37
peer2peer_file_sharing/crypto/aes_crypto.py:37:26: W292 No newline at end of file
Ruff (EM102): peer2peer_file_sharing/crypto/aes_crypto.py#L29
peer2peer_file_sharing/crypto/aes_crypto.py:29:25: EM102 Exception must not use an f-string literal, assign to variable first
Ruff (BLE001): peer2peer_file_sharing/crypto/aes_crypto.py#L28
peer2peer_file_sharing/crypto/aes_crypto.py:28:12: BLE001 Do not catch blind exception: `Exception`
Ruff (W293): peer2peer_file_sharing/crypto/aes_crypto.py#L21
peer2peer_file_sharing/crypto/aes_crypto.py:21:1: W293 Blank line contains whitespace
Ruff (BLE001): peer2peer_file_sharing/crypto/aes_crypto.py#L19
peer2peer_file_sharing/crypto/aes_crypto.py:19:16: BLE001 Do not catch blind exception: `Exception`
Ruff (I001): peer2peer_file_sharing/crypto/aes_crypto.py#L1
peer2peer_file_sharing/crypto/aes_crypto.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (INP001): peer2peer_file_sharing/crypto/aes_crypto.py#L1
peer2peer_file_sharing/crypto/aes_crypto.py:1:1: INP001 File `peer2peer_file_sharing/crypto/aes_crypto.py` is part of an implicit namespace package. Add an `__init__.py`.