Codebase list pyexcel / run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/main Makefile
run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/main

Tree @run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/main (Download .tar.gz)

Makefile @run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/mainraw · history · blame

all: test

test: lint
	bash test.sh

install_test:
	pip install -r tests/requirements.txt

lint:
	bash lint.sh

format:
	bash format.sh

git-diff-check:
	git diff --exit-code