Auto-format code with Ruff using pyproject.toml

This commit is contained in:
GitHub Actions
2025-01-30 21:15:14 +00:00
parent b04bc4dca5
commit 1d19d8b744
+1 -1
View File
@@ -27,5 +27,5 @@ router.include_routers(
payments_router,
keys_router,
instructions_router,
admin_router
admin_router,
)