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 663f78e commit 8ffa4a8Copy full SHA for 8ffa4a8
.github/workflows/mypy_primer.yaml
@@ -55,6 +55,7 @@ jobs:
55
- name: Run mypy_primer
56
env:
57
PRIMER_SELECTOR: crates/ty_python_semantic/resources/primer/good.txt
58
+ CLICOLOR_FORCE: "1"
59
DIFF_FILE: mypy_primer.diff
60
run: |
61
cd ruff
scripts/mypy_primer.sh
@@ -20,7 +20,7 @@ cd ..
20
echo "Project selector: ${PRIMER_SELECTOR}"
21
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
22
uvx \
23
- --from="git+https://github.com/hauntsaninja/mypy_primer@089ac1da83cf26aee9c98de412b7eb10e20b2212" \
+ --from="git+https://github.com/hauntsaninja/mypy_primer@a81360123447a9409ab72f6b4f9684c02a9768e7" \
24
mypy_primer \
25
--repo ruff \
26
--type-checker ty \
0 commit comments