Codebase list pyexcel / run/61e95176-6a57-459e-8166-662ed396b0d1/main Makefile
run/61e95176-6a57-459e-8166-662ed396b0d1/main

Tree @run/61e95176-6a57-459e-8166-662ed396b0d1/main (Download .tar.gz)

Makefile @run/61e95176-6a57-459e-8166-662ed396b0d1/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