diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..f78cb749d --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +lint: FORCE + ./scripts/lint.sh + +format: + ./scripts/clean.sh + +tests: lint FORCE + pytest -v tests + +FORCE: \ No newline at end of file