[PR #25] [MERGED] Enable ruff ANN rule and fix annotations #28

Closed
opened 2026-02-28 01:19:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tr4nt0r/python-xbox/pull/25
Author: @tr4nt0r
Created: 10/31/2025
Status: Merged
Merged: 10/31/2025
Merged by: @tr4nt0r

Base: mainHead: fix_annotations


📝 Commits (1)

  • 40e9f93 Enable ruff ANN rule and fix annotations

📊 Changes

49 files changed (+433 additions, -191 deletions)

View changed files

📝 pyproject.toml (+3 -2)
📝 readme_example.py (+6 -6)
📝 src/pythonxbox/api/client.py (+2 -2)
📝 src/pythonxbox/api/language.py (+7 -1)
📝 src/pythonxbox/api/provider/account/__init__.py (+4 -2)
📝 src/pythonxbox/api/provider/achievements/__init__.py (+6 -6)
📝 src/pythonxbox/api/provider/baseprovider.py (+7 -1)
📝 src/pythonxbox/api/provider/catalog/models.py (+1 -1)
📝 src/pythonxbox/api/provider/presence/__init__.py (+1 -1)
📝 src/pythonxbox/api/provider/ratelimitedprovider.py (+6 -2)
📝 src/pythonxbox/api/provider/smartglass/__init__.py (+5 -1)
📝 src/pythonxbox/api/provider/titlehub/__init__.py (+5 -1)
📝 src/pythonxbox/authentication/manager.py (+1 -1)
📝 src/pythonxbox/authentication/models.py (+1 -1)
📝 src/pythonxbox/authentication/xal.py (+2 -2)
📝 src/pythonxbox/common/exceptions.py (+5 -3)
📝 src/pythonxbox/common/models.py (+3 -3)
📝 src/pythonxbox/common/ratelimits/__init__.py (+5 -5)
📝 src/pythonxbox/common/request_signer.py (+8 -6)
📝 src/pythonxbox/common/signed_session.py (+10 -4)

...and 29 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tr4nt0r/python-xbox/pull/25 **Author:** [@tr4nt0r](https://github.com/tr4nt0r) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@tr4nt0r](https://github.com/tr4nt0r) **Base:** `main` ← **Head:** `fix_annotations` --- ### 📝 Commits (1) - [`40e9f93`](https://github.com/tr4nt0r/python-xbox/commit/40e9f9349b93c561bc3506e8f57d611762d7bb60) Enable ruff ANN rule and fix annotations ### 📊 Changes **49 files changed** (+433 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+3 -2) 📝 `readme_example.py` (+6 -6) 📝 `src/pythonxbox/api/client.py` (+2 -2) 📝 `src/pythonxbox/api/language.py` (+7 -1) 📝 `src/pythonxbox/api/provider/account/__init__.py` (+4 -2) 📝 `src/pythonxbox/api/provider/achievements/__init__.py` (+6 -6) 📝 `src/pythonxbox/api/provider/baseprovider.py` (+7 -1) 📝 `src/pythonxbox/api/provider/catalog/models.py` (+1 -1) 📝 `src/pythonxbox/api/provider/presence/__init__.py` (+1 -1) 📝 `src/pythonxbox/api/provider/ratelimitedprovider.py` (+6 -2) 📝 `src/pythonxbox/api/provider/smartglass/__init__.py` (+5 -1) 📝 `src/pythonxbox/api/provider/titlehub/__init__.py` (+5 -1) 📝 `src/pythonxbox/authentication/manager.py` (+1 -1) 📝 `src/pythonxbox/authentication/models.py` (+1 -1) 📝 `src/pythonxbox/authentication/xal.py` (+2 -2) 📝 `src/pythonxbox/common/exceptions.py` (+5 -3) 📝 `src/pythonxbox/common/models.py` (+3 -3) 📝 `src/pythonxbox/common/ratelimits/__init__.py` (+5 -5) 📝 `src/pythonxbox/common/request_signer.py` (+8 -6) 📝 `src/pythonxbox/common/signed_session.py` (+10 -4) _...and 29 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:19:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/python-xbox#28
No description provided.