Add code formatting checks in runtest.sh
This commit is contained in:
parent
63f4df3749
commit
6872e0d164
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue