mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:24:57 +00:00
Upgrade mypy_primer pin (#19967)
This commit is contained in:
parent
fbf24be8ae
commit
e4f1b587cc
2 changed files with 2 additions and 1 deletions
1
.github/workflows/mypy_primer.yaml
vendored
1
.github/workflows/mypy_primer.yaml
vendored
|
@ -11,6 +11,7 @@ on:
|
||||||
- "crates/ruff_python_parser"
|
- "crates/ruff_python_parser"
|
||||||
- ".github/workflows/mypy_primer.yaml"
|
- ".github/workflows/mypy_primer.yaml"
|
||||||
- ".github/workflows/mypy_primer_comment.yaml"
|
- ".github/workflows/mypy_primer_comment.yaml"
|
||||||
|
- "scripts/mypy_primer.sh"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
- "!**.md"
|
- "!**.md"
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ cd ..
|
||||||
echo "Project selector: ${PRIMER_SELECTOR}"
|
echo "Project selector: ${PRIMER_SELECTOR}"
|
||||||
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
|
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
|
||||||
uvx \
|
uvx \
|
||||||
--from="git+https://github.com/hauntsaninja/mypy_primer@59509d48de6da6aaa4e3a2f5e338769bc471f2d7" \
|
--from="git+https://github.com/hauntsaninja/mypy_primer@a3798a3d7b8470603e650179b0f82deb2154364d" \
|
||||||
mypy_primer \
|
mypy_primer \
|
||||||
--repo ruff \
|
--repo ruff \
|
||||||
--type-checker ty \
|
--type-checker ty \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue