summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 21:53:44 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 21:53:44 -0700
commit055ce0f3fc30e4a0b3f9e067a22a533449e11e22 (patch)
treeef180e0ce3cbd3f4c2c9b433a0d9ce1efb0c19d9 /scripts
parent9da6d8c6bced1b27e51227f7fc55fe1985faca86 (diff)
downloadisort-055ce0f3fc30e4a0b3f9e067a22a533449e11e22.tar.gz
Update to latest cruft template
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lint.sh b/scripts/lint.sh
index e252401e..17717ef8 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -1,5 +1,6 @@
#!/bin/bash -xe
+cruft check
poetry run mypy --ignore-missing-imports isort/
poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive --check --diff --recursive isort/ tests/
poetry run black --check -l 100 isort/ tests/