mypy: skip datatype tests for qiime2

This commit is contained in:
Evan Bolyen
2022-06-29 15:06:11 -07:00
parent 88fed0ffff
commit 66422e3d34
+2
View File
@@ -865,6 +865,8 @@ check_untyped_defs = False
check_untyped_defs = False
[mypy-*.datatypes.test_vcf]
check_untyped_defs = False
[mypy-*.datatypes.test_qiime2]
check_untyped_defs = False
[mypy-*.test_galaxy_mapping]
check_untyped_defs = False
[mypy-*.workflows.workflow_support]