-
Notifications
You must be signed in to change notification settings - Fork 25
All issues
Issue creation is restricted in this repository
- #542 路 nanotaboada opened
on Mar 28, 2026 1 - #461 路 nanotaboada opened
on Jan 11, 2026
Issues
is:issue state:open
is:issue state:open
Search results
Drop redundant exception interpolation in
logger.exception(...)callsenhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#647聽In nanotaboada/python-samples-fastapi-restful;Type collection returns as
Sequence[Player], notList[Player]enhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#646聽In nanotaboada/python-samples-fastapi-restful;Simplify
get_database_urldefault handling withorenhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#645聽In nanotaboada/python-samples-fastapi-restful;Build test URLs with f-strings instead of string concatenation
enhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#644聽In nanotaboada/python-samples-fastapi-restful;Collapse repetitive endpoint tests with
@pytest.mark.parametrizeenhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#643聽In nanotaboada/python-samples-fastapi-restful;Adopt PEP 585 / PEP 604 type hints (
list[...],X | None,collections.abc)enhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#642聽In nanotaboada/python-samples-fastapi-restful;Replace per-field assignment in
update_by_squad_number_asyncwith asetattrloopenhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#641聽In nanotaboada/python-samples-fastapi-restful;Use a
@dataclassfor thePlayertest fake instead of a hand-written__init__enhancementNew feature or requestNew feature or requestpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codepython:idiomsRefactors toward idiomatic Python (PEP conventions, stdlib idioms)Refactors toward idiomatic Python (PEP conventions, stdlib idioms)Status: Open.#640聽In nanotaboada/python-samples-fastapi-restful;Add PostgreSQL support as configurable database provider
containersPull requests that update containers codePull requests that update containers codeenhancementNew feature or requestNew feature or requestpriority:highImportant for production readiness. Schedule for current milestone.Important for production readiness. Schedule for current milestone.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#542聽In nanotaboada/python-samples-fastapi-restful;Implement unit tests with mocking for service and route layers
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersplanningEnables automatic issue planning with CodeRabbitEnables automatic issue planning with CodeRabbitpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#490聽In nanotaboada/python-samples-fastapi-restful;Implement
PATCHmethod for partial updatesenhancementNew feature or requestNew feature or requestpriority:mediumPlanned enhancement. Queue for upcoming work.Planned enhancement. Queue for upcoming work.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#461聽In nanotaboada/python-samples-fastapi-restful;Adopt JWT Authentication using Client Credentials Flow for protected API routes
enhancementNew feature or requestNew feature or requestplanningEnables automatic issue planning with CodeRabbitEnables automatic issue planning with CodeRabbitpriority:lowNice-to-have improvement. Can be deferred without blocking other work.Nice-to-have improvement. Can be deferred without blocking other work.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#387聽In nanotaboada/python-samples-fastapi-restful;