mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
fix linter config
This commit is contained in:
@@ -153,7 +153,7 @@ disable = [
|
||||
]
|
||||
|
||||
[tool.pylint.main]
|
||||
ignore = "pandora" # FIXME: pylint does not support stubs yet:
|
||||
ignore=["pandora", "mobly"] # FIXME: pylint does not support stubs yet
|
||||
|
||||
[tool.pylint.typecheck]
|
||||
signature-mutators = "AsyncRunner.run_in_task"
|
||||
|
||||
Reference in New Issue
Block a user