Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Sep 27, 2022
1 parent 9547d0e commit 1ba4603
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Expand Up @@ -61,7 +61,6 @@ exclude = '''
| dist
| typings
| bentoml/grpc
| grpc-client/thirdparty
)/
| bentoml/_version.py
)
Expand Down Expand Up @@ -214,8 +213,6 @@ skip_glob = [
"**/*_pb2_grpc.py",
"venv/*",
"lib/*",
"grpc-client/thirdparty",
"bazel-*",
]

[tool.pyright]
Expand All @@ -228,8 +225,6 @@ exclude = [
'bentoml/grpc/v1alpha1/',
'**/*_pb2.py',
"**/*_pb2_grpc.py",
"grpc-client/thirdparty",
"bazel-*",
]
useLibraryCodeForTypes = true
strictListInference = true
Expand Down

0 comments on commit 1ba4603

Please sign in to comment.