Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/mypy_primer_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
shell: bash
env:
shard_index: ${{ matrix.shard-index }}
GG_HIDE_DOWNLOAD_PROGRESS: 1
run: |
cd pyright_to_test
echo "new commit"
Expand All @@ -83,8 +84,6 @@ jobs:

echo ''
cd ..
# download gg before running primer to workaround https://github.com/eirikb/gg/issues/309
./gg.cmd --version
# fail action if exit code isn't zero or one
(
mypy_primer \
Expand Down
Binary file modified gg.cmd
Binary file not shown.
4 changes: 2 additions & 2 deletions gg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[aliases]
uv = "gh/astral-sh/uv@0.12.3"
uv = "gh/astral-sh/uv@0.12.5"
# when bumping pnpm here remember to also bump theversion in the top-level package.json (i don't remember why i had to specify it in both gg and package.json...)
pnpm = "gh/pnpm/pnpm@11.20"
pnpm = "gh/pnpm/pnpm@11.22"
# we run mypy primer in a separate isolated venv because it can't run in the same venv as the version of basedpyright it's testing
mypy_primer = "uv tool run --from ./mypy_primer mypy_primer"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jsonc-parser": "^3.3.1",
"npm-check-updates": "^19.6.3",
"p-queue": "^6.6.2",
"pnpm": "11.20.0",
"pnpm": "11.22.0",
"prettier": "2.8.8",
"syncpack": "~15.3.1",
"throw-expression": "^2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading