Skip to content

Fix minor bugs and metadata issues#371

Open
hobostay wants to merge 1 commit intozai-org:mainfrom
hobostay:fix/minor-bugs-and-improvements
Open

Fix minor bugs and metadata issues#371
hobostay wants to merge 1 commit intozai-org:mainfrom
hobostay:fix/minor-bugs-and-improvements

Conversation

@hobostay
Copy link

@hobostay hobostay commented Mar 4, 2026

Summary

This PR addresses several minor issues found in the codebase:

1. Fix iOS device ID terminology (main.py line 555)

  • Change UUID: to UDID: for consistency with ios.py
  • UDID is the correct Apple terminology for iOS device identifiers

2. Fix setup.py metadata

  • Update repository URL from placeholder to actual repo URL
  • Fill in empty author_email field

3. Fix .pre-commit-config.yaml duplicate exclude keys

  • Combine duplicate exclude keys into single regex pattern
  • YAML doesn't allow duplicate keys in a mapping

Changes

  • main.py: UUID:UDID:
  • setup.py: Update URL and author_email
  • .pre-commit-config.yaml: Merge duplicate exclude keys

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

This commit addresses several minor issues found in the codebase:

1. Fix iOS device ID terminology (main.py line 555)
   - Change "UUID:" to "UDID:" for consistency with ios.py
   - UDID is the correct Apple terminology for iOS device identifiers

2. Fix setup.py metadata
   - Update repository URL from placeholder to actual repo URL
   - Fill in empty author_email field

3. Fix .pre-commit-config.yaml duplicate exclude keys
   - Combine duplicate 'exclude' keys into single regex pattern
   - YAML doesn't allow duplicate keys in a mapping

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant