We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5068b commit 6c6c669Copy full SHA for 6c6c669
.github/workflows/mypy_primer.yml
@@ -3,10 +3,6 @@ name: Run mypy_primer
3
on:
4
# Only run on PR, since we diff against master
5
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/**'
10
11
jobs:
12
mypy_primer:
0 commit comments