Codebase list pyexcel / run/f74671ab-1ddf-466e-b1a4-bc78552eac99/main Makefile
run/f74671ab-1ddf-466e-b1a4-bc78552eac99/main

Tree @run/f74671ab-1ddf-466e-b1a4-bc78552eac99/main (Download .tar.gz)

Makefile @run/f74671ab-1ddf-466e-b1a4-bc78552eac99/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