Codebase list pyexcel / run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main Makefile
run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main

Tree @run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main (Download .tar.gz)

Makefile @run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/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