Merge pull request #373 from yashksaini-coder/fix-371 #161
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
|