Skip to content

Commit

Permalink
Merge pull request #69 from rsokl/dependabot/pip/deps/main/pyright-1.…
Browse files Browse the repository at this point in the history
…1.373

Bump pyright from 1.1.363 to 1.1.373 in /deps
  • Loading branch information
rsokl authored Aug 1, 2024
2 parents 2dba8a2 + 84025ed commit fdb19f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/requirements-pyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyright==1.1.363
pyright==1.1.373
2 changes: 1 addition & 1 deletion tests/test_type_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_literals_can_check_by_identity(a: Tuple[int, ...], b: Tuple[int, ...]):


def test_literal_hashes_consistently():
assert {Literal[1]: 1}[Literal[1]] == 1 # type: ignore
assert {Literal[1]: 1}[Literal[1]] == 1
assert hash(Literal[1, 2]) == hash(Literal[1, 2])


Expand Down

0 comments on commit fdb19f9

Please sign in to comment.