summaryrefslogtreecommitdiff
path: root/checks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checks.sh')
-rwxr-xr-xchecks.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/checks.sh b/checks.sh
new file mode 100755
index 0000000..3ea4b81
--- /dev/null
+++ b/checks.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+mypy --strict --ignore-missing-imports mdbp
+pylint mdbp