Browse Source

Run pyright as part of the CI process

This doesn't do verifytypes yet due to a bug in Pyright
pull/7831/head
Rapptz 3 years ago
parent
commit
298bd7492c
  1. 4
      .github/workflows/lint.yml

4
.github/workflows/lint.yml

@ -41,9 +41,7 @@ jobs:
- name: Run pyright - name: Run pyright
run: | run: |
# It is OK for the types to not pass at this stage pyright
# We are just running it as a quick reference check
pyright || echo "Type checking did not pass"
- name: Run black - name: Run black
if: ${{ always() && steps.install-deps.outcome == 'success' }} if: ${{ always() && steps.install-deps.outcome == 'success' }}

Loading…
Cancel
Save