From c981e30c007c572028fd87a331d5784a683fb0c5 Mon Sep 17 00:00:00 2001 From: cryptorugmunch Date: Fri, 3 Jul 2026 00:31:36 +0200 Subject: [PATCH] style: format 16 files with ruff 0.15.20 --- account_manager.py | 1 - alerter.py | 1 - auth_connector.py | 2 +- commerce_sync.py | 2 +- crm_sync.py | 1 - email_scraper.py | 1 - enrichment.py | 1 - extraction.py | 1 - freshness.py | 2 +- graphql_discovery.py | 1 - monitor.py | 2 +- ocr_extractor.py | 1 - seo_monitor.py | 2 +- signup_automator.py | 1 - structure_monitor.py | 2 +- webhook_delivery.py | 2 +- 16 files changed, 7 insertions(+), 16 deletions(-) diff --git a/account_manager.py b/account_manager.py index 962c6ff..1568323 100644 --- a/account_manager.py +++ b/account_manager.py @@ -1,4 +1,3 @@ - # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/alerter.py b/alerter.py index f73b4a0..2cf11b3 100644 --- a/alerter.py +++ b/alerter.py @@ -1,4 +1,3 @@ - """Pry — Multi-Channel Alerting System. SMS, Email, Microsoft Teams, Discord, Telegram alerts.""" diff --git a/auth_connector.py b/auth_connector.py index 8640092..1bd2ad7 100644 --- a/auth_connector.py +++ b/auth_connector.py @@ -1,6 +1,6 @@ - """Pry — Enterprise SSO / Auth Connector System. Credential vault, session persistence, SSO flow automation, CAPTCHA integration.""" + # SPDX-License-Identifier: BSL-1.1 # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/commerce_sync.py b/commerce_sync.py index 9875536..482bfa2 100644 --- a/commerce_sync.py +++ b/commerce_sync.py @@ -1,6 +1,6 @@ - """Pry — Commerce Platform Sync Engine. Unified interface for WooCommerce, Shopify, and generic API sync.""" + # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/crm_sync.py b/crm_sync.py index 8254fe8..8b10b5c 100644 --- a/crm_sync.py +++ b/crm_sync.py @@ -1,4 +1,3 @@ - """Pry — Reverse ETL to CRM. Sync scraped data to Salesforce, HubSpot, Pipedrive, and Close.com.""" diff --git a/email_scraper.py b/email_scraper.py index b2961b4..6600547 100644 --- a/email_scraper.py +++ b/email_scraper.py @@ -1,4 +1,3 @@ - """Pry — Email Inbox Scraping. Connect Gmail/Outlook, extract structured data from emails.""" diff --git a/enrichment.py b/enrichment.py index 14441cb..fcc7715 100644 --- a/enrichment.py +++ b/enrichment.py @@ -1,4 +1,3 @@ - """Pry — Data Enrichment Pipeline. Enrich scraped data with company info, social profiles, tech stack detection.""" diff --git a/extraction.py b/extraction.py index b3d5064..29f83ed 100644 --- a/extraction.py +++ b/extraction.py @@ -1,4 +1,3 @@ - """Pry — structured extraction strategies. CSS/XPath-based extraction (no LLM needed) + chunking strategies for LLM extraction.""" diff --git a/freshness.py b/freshness.py index 3394633..f8dad46 100644 --- a/freshness.py +++ b/freshness.py @@ -1,6 +1,6 @@ - """Pry — Adaptive Freshness Scheduling. Conditional scraping, content fingerprinting, staleness dashboard, adaptive frequency.""" + # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/graphql_discovery.py b/graphql_discovery.py index d0c793e..b11ba7b 100644 --- a/graphql_discovery.py +++ b/graphql_discovery.py @@ -1,4 +1,3 @@ - """Pry — GraphQL Auto-Discovery. Detects GraphQL endpoints, runs introspection queries, generates optimized queries. Many modern sites (Shopify, GitHub, Twitter/X, etc.) have GraphQL APIs that are diff --git a/monitor.py b/monitor.py index ccac670..76306b1 100644 --- a/monitor.py +++ b/monitor.py @@ -1,6 +1,6 @@ - """Pry — scheduled monitors with AI change detection. Cron-based monitors that diff content and judge meaningful changes.""" + # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/ocr_extractor.py b/ocr_extractor.py index 3bfe68f..226c139 100644 --- a/ocr_extractor.py +++ b/ocr_extractor.py @@ -1,4 +1,3 @@ - """Pry — Image OCR using Tesseract. Extract text from images on web pages. Uses pytesseract + Pillow.""" diff --git a/seo_monitor.py b/seo_monitor.py index fb36ab3..1852f57 100644 --- a/seo_monitor.py +++ b/seo_monitor.py @@ -1,6 +1,6 @@ - """Pry — SEO Content Change Monitor. Track competitor meta tags, titles, descriptions, headings, content changes.""" + # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/signup_automator.py b/signup_automator.py index d8f42bf..9cdfd18 100644 --- a/signup_automator.py +++ b/signup_automator.py @@ -1,4 +1,3 @@ - # SPDX-License-Identifier: BSL-1.1 # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/structure_monitor.py b/structure_monitor.py index 317747d..4d370a6 100644 --- a/structure_monitor.py +++ b/structure_monitor.py @@ -1,6 +1,6 @@ - """Pry — Page Structure Monitor. Track CSS selector validity over time. Alert before scrapers break.""" + # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC # diff --git a/webhook_delivery.py b/webhook_delivery.py index a88db08..51a3894 100644 --- a/webhook_delivery.py +++ b/webhook_delivery.py @@ -1,6 +1,6 @@ - """Pry — Webhook Delivery Service. Reliable webhook delivery with retries, signing (HMAC), and dead letter queue.""" + # SPDX-License-Identifier: MIT # Copyright (c) 2026 Rug Munch Media LLC #