Loading Makefile +3 −1 Original line number Diff line number Diff line # functions lint_cmd := ruff check opencapif_sdk scripts test VENV_BIN := venv/bin RUFF := $(VENV_BIN)/ruff lint_cmd := $(RUFF) check opencapif_sdk scripts test fix_cmd := $(lint_cmd) --fix Loading Loading
Makefile +3 −1 Original line number Diff line number Diff line # functions lint_cmd := ruff check opencapif_sdk scripts test VENV_BIN := venv/bin RUFF := $(VENV_BIN)/ruff lint_cmd := $(RUFF) check opencapif_sdk scripts test fix_cmd := $(lint_cmd) --fix Loading