Skip to content

Commit 1b8fdae

Browse files
committed
version bump
1 parent 4d5e710 commit 1b8fdae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lsp-types"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Zero-dependency Python library for Language Server Protocol types"
55
authors = ["Mazyad Alabduljaleel <mazjaleel@gmail.com>"]
66
license = "MIT"

tests/test_pyright/test_pyright_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def greet(name: str) -> str:
124124

125125
async def test_pyright_session_signature_help():
126126
"""Test function signature help"""
127-
# FIXME: Need to correctly configure LSP to get signature help
127+
128128
code = """\
129129
def complex_function(a: int, b: str, c: float = 1.0) -> None:
130130
pass

0 commit comments

Comments
 (0)