mirror of https://github.com/microsoft/autogen.git
Ignore protobuf generated files in CAP (#2215)
This commit is contained in:
parent
7b5fd51e2e
commit
83aef3aaf4
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue