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 50c8d11 commit 04c5221Copy full SHA for 04c5221
.github/workflows/mypy_primer.yml
@@ -66,7 +66,7 @@ jobs:
66
--output concise \
67
`# We don't want to run on spack because it has massive inferred types` \
68
`# https://github.com/KotlinIsland/basedmypy/issues/399` \
69
- --project-selector "^(?!https://github.com/spack/spack)" \
+ --project-selector "^(?!https://github.com/(spack/spack|mitmproxy/mitmproxy))" \
70
| tee diff_${{ matrix.shard-index }}.txt
71
) || [ $? -eq 1 ]
72
- name: Upload mypy_primer diff
0 commit comments