Skip to content

Commit b9b8c67

Browse files
committed
Move pyright to dev deps
1 parent eae4230 commit b9b8c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ grpcio = "^1.63"
2525
protobuf = ">=5.26,<6"
2626
python = "^3.8"
2727
typing-extensions = ">=3.7.4,<5"
28-
pyright = "^1.1.376"
2928

3029
[tool.poetry.group.dev.dependencies]
3130
grpc-stubs = "^1.53"
@@ -36,6 +35,7 @@ pytest = ">=7.1.3,<9.0.0"
3635
pytest-asyncio = ">=0.21,<0.24"
3736
protoc-gen-validate = ">=0.4.1,<=1.1.0"
3837
types-protobuf = ">=5.26,<6.0"
38+
pyright = "^1.1.376"
3939

4040
[tool.black]
4141
exclude = '(^\.(.*)|^(.*)_pb2(_grpc)?\.py)'

0 commit comments

Comments
 (0)