Ignore protobuf generated files in CAP (#2215)

This commit is contained in:
Rajan
2024-03-30 15:21:24 -04:00
committed by GitHub
parent 7b5fd51e2e
commit 83aef3aaf4

View File

@@ -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"]