Skip to content

Remove UserOAuth.project_list and project_list_v2 #1170

Remove UserOAuth.project_list and project_list_v2

Remove UserOAuth.project_list and project_list_v2 #1170

Workflow file for this run

name: precommit
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
precommit:
runs-on: ubuntu-22.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- uses: pre-commit/action@v3.0.0