summaryrefslogtreecommitdiff
path: root/scripts/lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lint.sh')
-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/