mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix review issues from PR #1761
- Remove stray '-' artifact from GameHighScore docstring and butcher schema - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Fix ButtonStyle enum source URL (#chat -> #inlinekeyboardbutton) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8783c4922e
commit
2184e98988
9 changed files with 102 additions and 12 deletions
2
Makefile
2
Makefile
|
|
@ -44,7 +44,7 @@ lint:
|
|||
.PHONY: reformat
|
||||
reformat:
|
||||
uv run ruff format $(code_dir)
|
||||
uv run ruff check --fix $(package_dir)
|
||||
uv run ruff check --fix $(code_dir)
|
||||
|
||||
# =================================================================================================
|
||||
# Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue