xref: /llvm-project/llvm/utils/mlgo-utils/tests/lit.local.cfg (revision d3ca779d7264bf0751eb4db632c14d8bc05608ca)
1import sys
2
3# TODO(boomanaiden154): Remove this flag once we enable type checking in the
4# precommit CI.
5try:
6    import pytype
7    config.available_features.add("has-pytype")
8except:
9    pass
10