Skip to content

Commit 43f165d

Browse files
committed
Use new mypy primer
1 parent 9f1181e commit 43f165d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/mypy-primer-ty.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,3 @@
66
possibly-unresolved-reference = "warn"
77
unused-ignore-comment = "warn"
88
division-by-zero = "warn"
9-
10-
[src]
11-
exclude = [
12-
# not valid UTF-8
13-
"Pythonwin/pywin/test/_dbgscript.py",
14-
"tests/appsec/iast/fixtures/aspects/str/non_utf8_content.py",
15-
"tests/appsec/iast/fixtures/ast/str/non_utf8_content.py",
16-
]

scripts/mypy_primer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd ..
2020
echo "Project selector: ${PRIMER_SELECTOR}"
2121
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
2222
uvx \
23-
--from="git+https://github.com/hauntsaninja/mypy_primer@ab5d30e2d4ecdaf7d6cc89395c7130143d6d3c82" \
23+
--from="git+https://github.com/hauntsaninja/mypy_primer@089ac1da83cf26aee9c98de412b7eb10e20b2212" \
2424
mypy_primer \
2525
--repo ruff \
2626
--type-checker ty \

0 commit comments

Comments
 (0)