Codebase list pyexcel / run/158eaf03-920c-425e-868d-5f6ce4897800/main Makefile
run/158eaf03-920c-425e-868d-5f6ce4897800/main

Tree @run/158eaf03-920c-425e-868d-5f6ce4897800/main (Download .tar.gz)

Makefile @run/158eaf03-920c-425e-868d-5f6ce4897800/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