summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-11 22:25:18 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-11 22:25:18 +0100
commitdb5460df7b8b1afeb90ac0a44f3110849c91bf3b (patch)
tree7e04abb461c73b1a091cf06645f046972970943c /scripts
parent10c498a5a790e6d2f4a3c908d5f80dba737b90f9 (diff)
downloadisort-db5460df7b8b1afeb90ac0a44f3110849c91bf3b.tar.gz
Prepare release
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 413137ae..8d308cc0 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -euxo pipefail
-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/