summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 21:59:31 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 21:59:31 -0700
commit383313a3ecb32e62c402274ff5ec5a6999bcc39d (patch)
tree374a5d5db52103107525e39dce284c30d8ac0bf2 /scripts
parent055ce0f3fc30e4a0b3f9e067a22a533449e11e22 (diff)
downloadisort-383313a3ecb32e62c402274ff5ec5a6999bcc39d.tar.gz
Switch to poetry run cruft check
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint.sh b/scripts/lint.sh
index 17717ef8..8c5e7496 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -1,6 +1,6 @@
#!/bin/bash -xe
-cruft check
+poetry run 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/