Below you will find pages that utilize the taxonomy term “jakebailey”
April 12, 2024
Run pyright
Version updated for jakebailey/pyright-action to version v2.3.1.
This action is used across all versions by 838 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes More permissively parse version (f6c9e3a) Update deps (5859d5b) Fix missing snapshot changes (bf320e1) Downgrade semver to only have one version in output (4d9d35d) Be stricter about passing around SemVers (5b6fc84)
April 11, 2024
Run pyright
Version updated for jakebailey/pyright-action to version v2.3.0.
This action is used across all versions by 833 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This version adds support for version: PATH; this configures pyright-action to use pyright from $PATH, which may be more convenient if you are already installing pyright via something like the PyPI package. For example:
- run: | python -m venv .venv source .
February 27, 2024
Run pyright
Version updated for jakebailey/pyright-action to version v2.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Use a posix join to make windows test more closely (3ca0e68) Print a warning when passing a flag that will be ignored due to a config file (89f12e1) Update deps (96385a0) Ignore coverage of entrypoint (7aad7a1)
February 24, 2024
Run pyright
Version updated for jakebailey/pyright-action to version v2.0.2.
This action is used across all versions by 769 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Print working directory (8c5d172) Update codecov/codecov-action digest to 0cfda1d (#84) (e5e4853) Update deps (668a172) Update actions/setup-node digest to 60edb5d (#73) (9482056) Update npm (a4eec27) Update codecov/codecov-action action to v4 (#80) (c512178) Update deps (0cc53fd)
December 9, 2023
Run pyright
Version updated for jakebailey/pyright-action to version v1.8.1.
This action is used across all versions by 667 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes More verbose npm error (ab655b5)
November 30, 2023
Run pyright
Version updated for jakebailey/pyright-action to version v1.8.0.
This action is used across all versions by 659 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release adds a pylance-version option which allows specifying Pylance versions instead of pyright versions.
Bump node types, tests cover everything (be76cc4) Bump deps (867d946) Add pylance-version option (#63) (4f86b1c)
October 24, 2023
Run pyright
Version updated for jakebailey/pyright-action to version v1.7.1.
This action is used across all versions by 629 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixes:
Fix skip-unannotated (f0b639c) Other:
Don’t watch in release-it (af54139) Update actions/checkout digest to b4ffde6 (#50) (b7a5ff7) Update actions/setup-node action to v4 (#56) (3400d73) dprint config update (6005fd3) Update deps (f9ae0ac) Switch to vitest (34c9e23) Update actions/setup-node digest to 5e21ff4 (#41) (e4696e5) Update actions/checkout action to v4 (#42) (c96123b)
September 5, 2023
Run pyright
Version updated for jakebailey/pyright-action to version v1.7.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 579 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This version automatically uses Node 20 if present on the runner, rather than Node 16; this should improve performance by using a newer / faster version of Node.
This should bea backwards-compatible change; if a runner is missing Node 20 in the default runner install, Node 16 will continue to be used instead.