Skip to content

Commit 3363240

Browse files
committed
Lint cleanup
1 parent 839edcd commit 3363240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/lint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/bin/bash
22
set -euxo pipefail
33

4+
# TODO: reneable cruft when it takes Python restriction
45
#poetry run cruft check
56
poetry run mypy -p isort -p tests
67
poetry run black --target-version py37 --check .
78
poetry run isort --profile hug --check --diff isort/ tests/
89
poetry run isort --profile hug --check --diff example_*/
910
poetry run flake8 isort/ tests/
10-
poetry run safety check -i 39462 -i 40291 -i 43453 -i 44717 -i 44716 -i 44715 -i 47794 -i 49337 -i 50870 -i 51457 -i 51499
11+
poetry run safety check -i 47794 -i 51457
1112
poetry run bandit -r isort/ -x isort/_vendored

0 commit comments

Comments
 (0)