diff --git a/Makefile b/Makefile index 8fc5a4f..b6dafdf 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ lint: _build/.stamp_venv source _build/venv/bin/activate && flake8 src tests -check: lint tidy test +check: tidy lint test grip: _build/.stamp_venv source _build/venv/bin/activate && grip