mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Ignore protobuf generated files in CAP (#2215)
This commit is contained in:
@@ -52,6 +52,7 @@ exclude = [
|
||||
# This file needs to be either upgraded or removed and therefore should be
|
||||
# ignore from type checking for now
|
||||
"math_utils\\.py$",
|
||||
"samples\\apps\\cap\\py\\autogencap\\proto\\.*\\.py",
|
||||
]
|
||||
ignore-init-module-imports = true
|
||||
unfixable = ["F401"]
|
||||
|
||||
Reference in New Issue
Block a user