style: fix ruff lint errors and format

This commit is contained in:
sam-ent
2026-01-15 21:01:45 +00:00
parent 818efdc0b8
commit 03c48c054a
4 changed files with 162 additions and 143 deletions

View File

@@ -73,9 +73,7 @@ SCRIPT_DEPLOYMENTS_SCOPE = "https://www.googleapis.com/auth/script.deployments"
SCRIPT_DEPLOYMENTS_READONLY_SCOPE = (
"https://www.googleapis.com/auth/script.deployments.readonly"
)
SCRIPT_PROCESSES_READONLY_SCOPE = (
"https://www.googleapis.com/auth/script.processes"
)
SCRIPT_PROCESSES_READONLY_SCOPE = "https://www.googleapis.com/auth/script.processes"
SCRIPT_METRICS_SCOPE = "https://www.googleapis.com/auth/script.metrics"
# Base OAuth scopes required for user identification