Skip to content

Commit

Permalink
[make] silence pip
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 10, 2023
1 parent 0139294 commit bcb47d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ lint: ruff mypy


ruff:
pip install -U ruff
pip install -q -U ruff
ruff check tatsu test examples


mypy:
pip install -U mypy
pip install -q -U mypy
mypy --ignore-missing-imports . --exclude dist


Expand Down

0 comments on commit bcb47d5

Please sign in to comment.