meta: add qc script
This commit is contained in:
parent
21171e44f2
commit
d2169ce784
1 changed files with 7 additions and 0 deletions
7
qc.sh
Executable file
7
qc.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
black lfcircle.py --check
|
||||
isort lfcircle.py --check
|
||||
mypy lfcircle.py
|
||||
ruff check lfcircle.py
|
Loading…
Add table
Reference in a new issue