diff --git a/makefile b/makefile index 0bc40b3..6433fdb 100644 --- a/makefile +++ b/makefile @@ -3,6 +3,8 @@ build: python -m pip install -vv -e . test: pytest --pyargs numba_rvsdg +lint: + pre-commit run --all-files docs: cd docs && make html conda-env: