We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dbbed commit e3666b8Copy full SHA for e3666b8
pyproject.toml
@@ -153,6 +153,15 @@ omit = [
153
"**/mmconfigs/*",
154
"**/mmdeploy/*",
155
"**/exportable_code/*",
156
+
157
+ # Ignore mm related code for now
158
+ "src/otx/core/data/transform_libs/mmaction.py",
159
+ "src/otx/core/data/transform_libs/mmcv.py",
160
+ "src/otx/core/data/transform_libs/mmdet.py",
161
+ "src/otx/core/data/transform_libs/mmpretrain.py",
162
+ "src/otx/core/data/transform_libs/mmseg.py",
163
+ "src/otx/core/exporter/mmdeploy.py",
164
+ "src/otx/core/model/utils/*",
165
]
166
167
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
0 commit comments