Skip to content

fix: 🐛 Update & enhance snippets with logging, classes #158

fix: 🐛 Update & enhance snippets with logging, classes

fix: 🐛 Update & enhance snippets with logging, classes #158

Triggered via pull request November 8, 2024 00:14
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): Tests/Web/test_get_text.py#L6
Tests/Web/test_get_text.py:6:17: F401 `bs4.BeautifulSoup` imported but unused
Ruff (F401): Tests/algorithms/test_asymmetric_encryption_algorithm.py#L3
Tests/algorithms/test_asymmetric_encryption_algorithm.py:3:44: F401 `cryptography.hazmat.primitives.serialization` imported but unused
Ruff (F401): Tests/algorithms/test_elliptic_curve_cryptography.py#L3
Tests/algorithms/test_elliptic_curve_cryptography.py:3:44: F401 `cryptography.hazmat.primitives.serialization` imported but unused
Ruff (F403): Tests/analysis/test_analysis.py#L2
Tests/analysis/test_analysis.py:2:1: F403 `from pysnippets.analysis.datautils import *` used; unable to detect undefined names
Ruff (F405): Tests/analysis/test_analysis.py#L10
Tests/analysis/test_analysis.py:10:1: F405 `DataUtils` may be undefined, or defined from star imports
Ruff (F405): Tests/analysis/test_analysis.py#L13
Tests/analysis/test_analysis.py:13:1: F405 `DataUtils` may be undefined, or defined from star imports
Ruff (F405): Tests/analysis/test_analysis.py#L16
Tests/analysis/test_analysis.py:16:16: F405 `DataUtils` may be undefined, or defined from star imports
Ruff (F405): Tests/analysis/test_analysis.py#L19
Tests/analysis/test_analysis.py:19:1: F405 `DataUtils` may be undefined, or defined from star imports
Ruff (F405): Tests/analysis/test_analysis.py#L22
Tests/analysis/test_analysis.py:22:12: F405 `DataUtils` may be undefined, or defined from star imports
Ruff (F405): Tests/analysis/test_analysis.py#L25
Tests/analysis/test_analysis.py:25:36: F405 `DataUtils` may be undefined, or defined from star imports