From cf999acb17c8123ddee407d0e486ca3b275a5d7c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 18 Apr 2021 14:42:27 +0200 Subject: initial checkin of mdbp Proof-of-concept status. Some things work. --- checks.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 checks.sh (limited to 'checks.sh') 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 -- cgit v1.2.3