Skip to content

Commit

Permalink
print ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 12, 2024
1 parent f2bc0fd commit d8b3d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ format:

lint:
poetry run black --check --diff src tests
poetry run ruff -V
poetry run ruff src tests
poetry run mypy src

Expand Down

0 comments on commit d8b3d0d

Please sign in to comment.