Fixed formatting

This commit is contained in:
Eric Traut 2023-06-08 22:03:29 -06:00
parent 5d4ab3b5ad
commit 10e077bfed

View File

@ -3,9 +3,9 @@ name: Run mypy_primer
on:
pull_request:
paths:
- 'packages/pyright/**'
- 'packages/pyright-internal/src/**'
- 'packages/pyright-internal/typeshed-fallback/**'
- 'packages/pyright/**'
- 'packages/pyright-internal/src/**'
- 'packages/pyright-internal/typeshed-fallback/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install -U pip