Skip to content

Commit fffeadb

Browse files
committed
chore: add mypy runner script
Eventually this command should fold into `bin/lint` and be removed. For now, it's a convenient execution wrapper. Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent ad707cd commit fffeadb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/mypy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
set -e
3+
4+
python -m mypy -p warehouse

0 commit comments

Comments
 (0)