Skip to content

Commit

Permalink
chore: exclude egg-info from static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
IamGianluca committed Mar 24, 2024
1 parent 0ad4fc0 commit c91428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ coverage:
pytest --cov=blazingai

static-checks:
mypy . --ignore-missing-imports --exclude build/
mypy . --ignore-missing-imports --exclude build/ --exclude blazingai.egg-info/

0 comments on commit c91428c

Please sign in to comment.