We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00861e commit c08c4d6Copy full SHA for c08c4d6
Makefile
@@ -29,7 +29,7 @@ format:
29
poetry run black .
30
31
lint:
32
- poetry run ruff openandroidinstaller/ --ignore E501
+ poetry run ruff check openandroidinstaller/ --ignore E501
33
34
typing:
35
poetry run mypy openandroidinstaller/. --ignore-missing-imports
0 commit comments