Add code formatting checks in runtest.sh

This commit is contained in:
2022-02-15 22:27:15 +00:00
parent 6e7df83427
commit 2fa156c095

View File

@@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
pre-commit run -a
python -m unittest discover -s tests -p 'test_*.py' python -m unittest discover -s tests -p 'test_*.py'