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 01a7ca3 commit c9b14c2Copy full SHA for c9b14c2
.github/workflows/tests.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Run tests
29
run: |
30
uv run mypy_primer --debug -k hauntsaninja --coverage
31
- uv run mypy_primer --debug -k hauntsaninja --type-checker mypy
32
- uv run mypy_primer --debug -k hauntsaninja --type-checker pyright
+ uv run mypy_primer --debug -k hauntsaninja --type-checker mypy --new v1.15 --old v1.15
+ uv run mypy_primer --debug -k hauntsaninja --type-checker pyright --new 1.1.400 --old 1.1.400
33
uv run mypy_primer --debug -k hauntsaninja --measure-project-runtimes
0 commit comments