Skip to content

Commit

Permalink
python: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
uael committed May 23, 2023
1 parent 2b3c022 commit 16164fd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ classifiers = [
]
dependencies = [
"bt-test-interfaces",
"bumble==0.0.152",
"grpcio==1.51.1",
"bumble==0.0.153",
"grpcio>=1.51.1",
"mobly>=1.12",
"bitstruct>=8.12",
]
Expand All @@ -21,7 +21,7 @@ Source = "https://github.com/google/avatar"

[project.optional-dependencies]
dev = [
"grpcio-tools==1.51.1",
"grpcio-tools>=1.51.1",
"black==22.10.0",
"pyright==1.1.298",
"mypy==1.0",
Expand Down Expand Up @@ -50,8 +50,6 @@ combine_as_imports = true
strict = true
warn_unused_ignores = false
files = ["avatar", "cases"]
mypy_path = '$MYPY_CONFIG_FILE_DIR/bt-test-interfaces/python:$MYPY_CONFIG_FILE_DIR/third-party/bumble'
exclude = 'third-party/bumble'

[[tool.mypy.overrides]]
module = "grpc.*"
Expand All @@ -67,10 +65,6 @@ exclude = ["**/__pycache__"]
typeCheckingMode = "strict"
useLibraryCodeForTypes = true
verboseOutput = false
extraPaths = [
'bt-test-interfaces/python',
'third-party/bumble'
]
reportMissingTypeStubs = false
reportUnknownLambdaType = false
reportImportCycles = false
Expand Down

0 comments on commit 16164fd

Please sign in to comment.