summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-12-29 19:31:47 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2022-12-29 19:31:47 -0800
commitb20228c9820f94633eb9d5e38f976a0e98bdb16c (patch)
tree1c7a422a987b6ae74842b8f955dd87611949e94f /scripts
parentec781c37a5411b4f403e753ac200c7df9c6e575e (diff)
downloadisort-b20228c9820f94633eb9d5e38f976a0e98bdb16c.tar.gz
Restore cruft usage
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 1935289c..ffba2fb5 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -2,7 +2,7 @@
set -euxo pipefail
# TODO: reneable cruft when it takes Python restriction
-#poetry run cruft check
+poetry run cruft check
poetry run mypy -p isort -p tests
poetry run black --target-version py37 --check .
poetry run isort --profile hug --check --diff isort/ tests/