We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4def7 commit ab4e5d0Copy full SHA for ab4e5d0
.github/workflows/ci.yaml
@@ -148,4 +148,4 @@ jobs:
148
run: make lint
149
- name: Type check
150
if: ${{ github.event_name == 'pull_request' }}
151
- run: git diff --name-only --diff-filter=AM "origin/$GITHUB_BASE_REF" -z -- 'src/**/*.py' 'src/**/*.pyi' | xargs -0 --no-run-if-empty pyright
+ run: git diff --name-only --diff-filter=AMD "origin/$GITHUB_BASE_REF" -z -- 'src/**/*.py' 'src/**/*.pyi' | xargs -0 --no-run-if-empty pyright
0 commit comments