Codebase list pyexcel / run/790aba05-3e39-4308-829f-82ce4edfdf2d/main Makefile
run/790aba05-3e39-4308-829f-82ce4edfdf2d/main

Tree @run/790aba05-3e39-4308-829f-82ce4edfdf2d/main (Download .tar.gz)

Makefile @run/790aba05-3e39-4308-829f-82ce4edfdf2d/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