brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · 1f0a5fc Raw
10 lines · plain
1import sys2 3# TODO(boomanaiden154): Remove this flag once we enable type checking in the4# precommit CI.5try:6    import pytype7    config.available_features.add("has-pytype")8except:9    pass10