Skip to content

Commit

Permalink
chore: add mypy runner script
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
miketheman committed Mar 7, 2022
1 parent ad707cd commit fffeadb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/mypy
@@ -0,0 +1,4 @@
#!/bin/bash
set -e

python -m mypy -p warehouse

0 comments on commit fffeadb

Please sign in to comment.