Skip to content

Commit c08c4d6

Browse files
committed
Update makefile
1 parent e00861e commit c08c4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ format:
2929
poetry run black .
3030

3131
lint:
32-
poetry run ruff openandroidinstaller/ --ignore E501
32+
poetry run ruff check openandroidinstaller/ --ignore E501
3333

3434
typing:
3535
poetry run mypy openandroidinstaller/. --ignore-missing-imports

0 commit comments

Comments
 (0)