Skip to content

Commit 04c5221

Browse files
committed
ci: disable mitproxy from primer
1 parent 50c8d11 commit 04c5221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--output concise \
6767
`# We don't want to run on spack because it has massive inferred types` \
6868
`# https://github.com/KotlinIsland/basedmypy/issues/399` \
69-
--project-selector "^(?!https://github.com/spack/spack)" \
69+
--project-selector "^(?!https://github.com/(spack/spack|mitmproxy/mitmproxy))" \
7070
| tee diff_${{ matrix.shard-index }}.txt
7171
) || [ $? -eq 1 ]
7272
- name: Upload mypy_primer diff

0 commit comments

Comments
 (0)