Skip to content

Commit

Permalink
Fix ruff invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 1, 2025
1 parent 81acedf commit bfb2b83
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
@@ -1,7 +1,7 @@
SHELL=/bin/bash

lint:
ruff $$(dirname */__init__.py)
ruff check $$(dirname */__init__.py)
mypy --install-types --non-interactive $$(dirname */__init__.py)

test:
Expand Down

0 comments on commit bfb2b83

Please sign in to comment.