From 8b4272814fb4585be120f183eb7c26bb8acde974 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 Oct 2022 11:29:26 +0200 Subject: Merging upstream version 9.0.1. Signed-off-by: Daniel Baumann --- run_checks.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run_checks.sh') diff --git a/run_checks.sh b/run_checks.sh index b6e559d..b13a61c 100755 --- a/run_checks.sh +++ b/run_checks.sh @@ -11,4 +11,5 @@ python -m autoflake -i -r ${RETURN_ERROR_CODE} \ sqlglot/ tests/ python -m isort --profile black sqlglot/ tests/ python -m black ${RETURN_ERROR_CODE} --line-length 120 sqlglot/ tests/ +python -m mypy sqlglot tests python -m unittest -- cgit v1.2.3