disable py-cache prior to mypy on cli (#408)

This commit is contained in:
bmc-msft
2021-01-04 11:49:28 -05:00
committed by GitHub
parent e222b01003
commit 36b3e2a5aa
4 changed files with 6 additions and 5 deletions

View File

@ -14,4 +14,4 @@ set -ex
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
sed -i "s/^##### from memoization import cached/from memoization import cached/" $(find . -name '*.py' -not -path .python_packages)
sed -i "s/^##### @cached/@cached/" $(find . -name '*.py' -not -path .python_packages)
sed -i "s/##### @cached/@cached/" $(find . -name '*.py' -not -path .python_packages)