meta: add qc script

This commit is contained in:
Mark Joshwel 2024-05-11 16:20:45 +00:00
parent 21171e44f2
commit d2169ce784

7
qc.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
set -e
black lfcircle.py --check
isort lfcircle.py --check
mypy lfcircle.py
ruff check lfcircle.py