Skip to content

Commit

Permalink
adding lint target to makefile
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Apr 16, 2024
1 parent 02d2c1c commit d010279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d010279

Please sign in to comment.