Adding upstream version 6.0.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d01130b3f1
commit
527597d2af
122 changed files with 23162 additions and 0 deletions
12
run_checks.sh
Executable file
12
run_checks.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
python -m autoflake -i -r \
|
||||
--expand-star-imports \
|
||||
--remove-all-unused-imports \
|
||||
--ignore-init-module-imports \
|
||||
--remove-duplicate-keys \
|
||||
--remove-unused-variables \
|
||||
sqlglot/ tests/
|
||||
python -m isort --profile black sqlglot/ tests/
|
||||
python -m black sqlglot/ tests/
|
||||
python -m unittest
|
Loading…
Add table
Add a link
Reference in a new issue