Skip to content

Commit 1334592

Browse files
committed
Release 0.5.4-beta Spring Edition
1 parent 39a8ecf commit 1334592

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: python scripts/download-tools.py
2323
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
2424
- run: black .
25-
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) ruff openandroidinstaller/ --ignore E501
25+
- run: ruff check openandroidinstaller/ --ignore E501
2626
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
2727

2828
build:

poetry.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typing-extensions = "^4.7.1"
2424

2525
[tool.poetry.group.dev.dependencies]
2626
black = ">=24.3.0"
27-
ruff = "^0.2.1"
27+
ruff = "^0.9.6"
2828
isort = "^5.10.1"
2929
pre-commit = "^3.6.0"
3030
pytest = "^7.1.3"

0 commit comments

Comments
 (0)