style: format 16 files with ruff 0.15.20
Some checks failed
CI / lint (pull_request) Successful in 47s
CI / typecheck (pull_request) Successful in 50s
CI / Secret scan (gitleaks) (pull_request) Successful in 32s
CI / test (pull_request) Successful in 1m7s
CI / Security audit (bandit) (pull_request) Failing after 54s

This commit is contained in:
Crypto Rug Munch 2026-07-03 00:31:36 +02:00
parent f12c8d403a
commit c981e30c00
16 changed files with 7 additions and 16 deletions

View file

@ -1,4 +1,3 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,4 +1,3 @@
"""Pry — Multi-Channel Alerting System. """Pry — Multi-Channel Alerting System.
SMS, Email, Microsoft Teams, Discord, Telegram alerts.""" SMS, Email, Microsoft Teams, Discord, Telegram alerts."""

View file

@ -1,6 +1,6 @@
"""Pry — Enterprise SSO / Auth Connector System. """Pry — Enterprise SSO / Auth Connector System.
Credential vault, session persistence, SSO flow automation, CAPTCHA integration.""" Credential vault, session persistence, SSO flow automation, CAPTCHA integration."""
# SPDX-License-Identifier: BSL-1.1 # SPDX-License-Identifier: BSL-1.1
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,6 +1,6 @@
"""Pry — Commerce Platform Sync Engine. """Pry — Commerce Platform Sync Engine.
Unified interface for WooCommerce, Shopify, and generic API sync.""" Unified interface for WooCommerce, Shopify, and generic API sync."""
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,4 +1,3 @@
"""Pry — Reverse ETL to CRM. """Pry — Reverse ETL to CRM.
Sync scraped data to Salesforce, HubSpot, Pipedrive, and Close.com.""" Sync scraped data to Salesforce, HubSpot, Pipedrive, and Close.com."""

View file

@ -1,4 +1,3 @@
"""Pry — Email Inbox Scraping. """Pry — Email Inbox Scraping.
Connect Gmail/Outlook, extract structured data from emails.""" Connect Gmail/Outlook, extract structured data from emails."""

View file

@ -1,4 +1,3 @@
"""Pry — Data Enrichment Pipeline. """Pry — Data Enrichment Pipeline.
Enrich scraped data with company info, social profiles, tech stack detection.""" Enrich scraped data with company info, social profiles, tech stack detection."""

View file

@ -1,4 +1,3 @@
"""Pry — structured extraction strategies. """Pry — structured extraction strategies.
CSS/XPath-based extraction (no LLM needed) + chunking strategies for LLM extraction.""" CSS/XPath-based extraction (no LLM needed) + chunking strategies for LLM extraction."""

View file

@ -1,6 +1,6 @@
"""Pry — Adaptive Freshness Scheduling. """Pry — Adaptive Freshness Scheduling.
Conditional scraping, content fingerprinting, staleness dashboard, adaptive frequency.""" Conditional scraping, content fingerprinting, staleness dashboard, adaptive frequency."""
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,4 +1,3 @@
"""Pry — GraphQL Auto-Discovery. """Pry — GraphQL Auto-Discovery.
Detects GraphQL endpoints, runs introspection queries, generates optimized queries. Detects GraphQL endpoints, runs introspection queries, generates optimized queries.
Many modern sites (Shopify, GitHub, Twitter/X, etc.) have GraphQL APIs that are Many modern sites (Shopify, GitHub, Twitter/X, etc.) have GraphQL APIs that are

View file

@ -1,6 +1,6 @@
"""Pry — scheduled monitors with AI change detection. """Pry — scheduled monitors with AI change detection.
Cron-based monitors that diff content and judge meaningful changes.""" Cron-based monitors that diff content and judge meaningful changes."""
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,4 +1,3 @@
"""Pry — Image OCR using Tesseract. """Pry — Image OCR using Tesseract.
Extract text from images on web pages. Uses pytesseract + Pillow.""" Extract text from images on web pages. Uses pytesseract + Pillow."""

View file

@ -1,6 +1,6 @@
"""Pry — SEO Content Change Monitor. """Pry — SEO Content Change Monitor.
Track competitor meta tags, titles, descriptions, headings, content changes.""" Track competitor meta tags, titles, descriptions, headings, content changes."""
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,4 +1,3 @@
# SPDX-License-Identifier: BSL-1.1 # SPDX-License-Identifier: BSL-1.1
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,6 +1,6 @@
"""Pry — Page Structure Monitor. """Pry — Page Structure Monitor.
Track CSS selector validity over time. Alert before scrapers break.""" Track CSS selector validity over time. Alert before scrapers break."""
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #

View file

@ -1,6 +1,6 @@
"""Pry — Webhook Delivery Service. """Pry — Webhook Delivery Service.
Reliable webhook delivery with retries, signing (HMAC), and dead letter queue.""" Reliable webhook delivery with retries, signing (HMAC), and dead letter queue."""
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC # Copyright (c) 2026 Rug Munch Media LLC
# #