Add code formatting checks in runtest.sh

This commit is contained in:
Mark Veidemanis 2022-02-15 22:27:15 +00:00
parent 6e7df83427
commit 2fa156c095
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 0 deletions

View File

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