diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-22 04:31:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-22 04:31:28 +0000 |
commit | 90150543f9314be683d22a16339effd774192f6d (patch) | |
tree | 0717782154823582e47cd23fd4e79f7b1b91c093 /run_checks.sh | |
parent | Adding debian version 6.0.4-1. (diff) | |
download | sqlglot-90150543f9314be683d22a16339effd774192f6d.tar.xz sqlglot-90150543f9314be683d22a16339effd774192f6d.zip |
Merging upstream version 6.1.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'run_checks.sh')
-rwxr-xr-x | run_checks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_checks.sh b/run_checks.sh index a7dddf4..770f443 100755 --- a/run_checks.sh +++ b/run_checks.sh @@ -8,5 +8,5 @@ python -m autoflake -i -r \ --remove-unused-variables \ sqlglot/ tests/ python -m isort --profile black sqlglot/ tests/ -python -m black sqlglot/ tests/ +python -m black --line-length 120 sqlglot/ tests/ python -m unittest |