Add check.sh to check types, pep8 and tests

This commit is contained in:
Mikhail Gordeev 2022-11-11 00:59:14 +03:00
parent 8ede41a954
commit d81e8c729a

5
check.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh -eu
mypy .
flake8
python3 -m unittest