Linting #816
Annotations
10 errors
|
ruff (I001):
blueprints/secops-anonymization-pipeline/source/main.py#L15
blueprints/secops-anonymization-pipeline/source/main.py:15:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (C414):
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py#L121
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py:121:12: C414 Unnecessary `list()` call within `sorted()`
help: Remove the inner `list()` call
|
|
ruff (BLE001):
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py#L66
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py:66:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (BLE001):
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py#L49
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py:49:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (BLE001):
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py#L38
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py:38:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (I001):
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py#L15
blueprints/secops-ai-migration-helper/recommender_curated_community/secops_resources_helper.py:15:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (BLE001):
blueprints/secops-ai-migration-helper/recommender_curated_community/recommender_curated_community.py#L255
blueprints/secops-ai-migration-helper/recommender_curated_community/recommender_curated_community.py:255:16: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (I001):
blueprints/secops-ai-migration-helper/recommender_curated_community/recommender_curated_community.py#L16
blueprints/secops-ai-migration-helper/recommender_curated_community/recommender_curated_community.py:16:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
blueprints/secops-ai-migration-helper/recommender_curated_community/generate_csv_curated_detations_summary.py#L20
blueprints/secops-ai-migration-helper/recommender_curated_community/generate_csv_curated_detations_summary.py:20:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (PERF402):
blueprints/secops-ai-migration-helper/recommender_curated_community/ai_helper.py#L55
blueprints/secops-ai-migration-helper/recommender_curated_community/ai_helper.py:55:13: PERF402 Use `list` or `list.copy` to create a copy of a list
|