mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
adjust mypy excludes
This commit is contained in:
@@ -55,7 +55,7 @@ extend-exclude = '''
|
||||
'''
|
||||
|
||||
[tool.mypy]
|
||||
exclude = ['bumble/transport/grpc_protobuf']
|
||||
exclude = ['bumble/transport/grpc_protobuf', 'examples/mobly/bench']
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "bumble.transport.grpc_protobuf.*"
|
||||
|
||||
Reference in New Issue
Block a user