Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RobertCraigie/pyright-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.359
Choose a base ref
...
head repository: RobertCraigie/pyright-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.368
Choose a head ref
  • 10 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 24, 2024

  1. Pyright NPM Package update to 1.1.360 (#266)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored Apr 24, 2024
    Copy the full SHA
    642e0e9 View commit details

Commits on May 1, 2024

  1. [pyright updated to 1.1.361] Update Version (#268)

    * Pyright NPM Package update to 1.1.361
    
    * CI: try bumping actions/setup-node
    
    * try v4
    
    * Revert "CI: try bumping actions/setup-node"
    
    This reverts commit 2e87247.
    
    * try different versions
    
    * gmmmmm
    
    * Revert "gmmmmm"
    
    This reverts commit dbc1134.
    
    * Revert "try different versions"
    
    This reverts commit 0bec88d.
    
    ---------
    
    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored May 1, 2024
    Copy the full SHA
    f9cffb8 View commit details

Commits on May 8, 2024

  1. Copy the full SHA
    99d301f View commit details
  2. CI: try macos-12

    RobertCraigie committed May 8, 2024
    Copy the full SHA
    37f4134 View commit details

Commits on May 15, 2024

  1. [pyright updated to 1.1.363] Update Version (#272)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored May 15, 2024
    Copy the full SHA
    68882e9 View commit details

Commits on May 22, 2024

  1. [pyright updated to 1.1.364] Update Version (#274)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored May 22, 2024
    Copy the full SHA
    c5d4928 View commit details

Commits on May 29, 2024

  1. [pyright updated to 1.1.365] Update Version (#275)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored May 29, 2024
    Copy the full SHA
    ad8f1b2 View commit details

Commits on Jun 5, 2024

  1. [pyright updated to 1.1.366] Update Version (#276)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored Jun 5, 2024
    Copy the full SHA
    d337bcf View commit details

Commits on Jun 12, 2024

  1. Pyright NPM Package update to 1.1.367 (#277)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored Jun 12, 2024
    Copy the full SHA
    dd680ba View commit details

Commits on Jun 19, 2024

  1. [pyright updated to 1.1.368] Update Version (#278)

    Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
    RobertCraigie and RobertCraigie authored Jun 19, 2024
    Copy the full SHA
    604a0a0 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 .github/workflows/test.yml
  2. +1 −1 README.md
  3. +2 −2 pyright/_version.py
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
node: [14, 16]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ You can also setup pyright to run automatically before each commit by setting up
```yaml
repos:
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.359
rev: v1.1.368
hooks:
- id: pyright
```
4 changes: 2 additions & 2 deletions pyright/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.359'
__pyright_version__ = '1.1.359'
__version__ = '1.1.368'
__pyright_version__ = '1.1.368'