Skip to content

Commit

Permalink
pyright broken because pyright python issued a .post0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jan 21, 2025
1 parent d98a957 commit 44e1299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: >
yq '.repos
| filter(.repo == "https://github.com/RobertCraigie/pyright-python").0.rev
| "pyright-version="+sub("^v", "")'
| "pyright-version="+sub("^v(\d\.\d\.\d)(\.post\d+)?$", "\1")'
.pre-commit-config.yaml >> $GITHUB_OUTPUT
- uses: jakebailey/pyright-action@v2
Expand Down

0 comments on commit 44e1299

Please sign in to comment.