diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-21 09:29:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-21 09:29:23 +0000 |
commit | dab6ba29e8eb9a5c2890ac3be8eab6e994aeb10e (patch) | |
tree | 0d209cfc6f7b9c794c254601c29aa5d8b9414876 /run_checks.sh | |
parent | Adding upstream version 7.1.3. (diff) | |
download | sqlglot-dab6ba29e8eb9a5c2890ac3be8eab6e994aeb10e.tar.xz sqlglot-dab6ba29e8eb9a5c2890ac3be8eab6e994aeb10e.zip |
Adding upstream version 9.0.1.upstream/9.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'run_checks.sh')
-rwxr-xr-x | run_checks.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |