summaryrefslogtreecommitdiffstats
path: root/run_checks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_checks.sh')
-rwxr-xr-xrun_checks.sh2
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