Skip to content

Commit 6c6c669

Browse files
authored
Run mypy_primer in all pull requests (#7804)
1 parent 6b5068b commit 6c6c669

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Run mypy_primer
33
on:
44
# Only run on PR, since we diff against master
55
pull_request:
6-
# Since modular typeshed, mypy primer doesn't check third party stubs. Till that is changed,
7-
# only run it on stdlib changes to avoid false confidence and wasted CI minutes.
8-
paths:
9-
- 'stdlib/**'
106

117
jobs:
128
mypy_primer:

0 commit comments

Comments
 (0)