init
This commit is contained in:
16
lib_audio_dsp/python/Makefile
Normal file
16
lib_audio_dsp/python/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
.PHONY: check update
|
||||
|
||||
check:
|
||||
pyright audio_dsp --skipunannotated --level warning
|
||||
ruff check
|
||||
ruff format --check
|
||||
|
||||
update:
|
||||
ruff check --fix
|
||||
ruff format
|
||||
|
||||
dev:
|
||||
make update
|
||||
make check
|
||||
Reference in New Issue
Block a user