Skip to content

🧑‍💻 Remove deprecated Python formatter extensions from VSC… #2

🧑‍💻 Remove deprecated Python formatter extensions from VSC…

🧑‍💻 Remove deprecated Python formatter extensions from VSC… #2

Workflow file for this run

name: Sequential Lint and Type Check
on: [push, pull_request]
jobs:
ruff-call:
uses: ./.github/workflows/ruff.yml
pyright-call:
needs: ruff-call
uses: ./.github/workflows/pyright.yml