Add code formatting checks in runtest.sh

This commit is contained in:
Mark Veidemanis 2022-02-15 22:27:15 +00:00
parent 63f4df3749
commit 6872e0d164
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'