Skip to content

Commit

Permalink
[make] always update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 10, 2023
1 parent 3e85438 commit b11c59c
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 @@ -26,10 +26,12 @@ lint: ruff mypy


ruff:
pip install -U ruff
ruff check tatsu test


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


Expand Down

0 comments on commit b11c59c

Please sign in to comment.