Skip to content

Commit ef6f9bc

Browse files
committed
refactor: update ruff dependency to version 0.14.10 and streamline build steps
1 parent 7ef6e71 commit ef6f9bc

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ jobs:
4141
POSTGRES_DB: testdb
4242
ports:
4343
- 5432:5432
44-
# needed because the postgres container does not provide a health check
4544
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4645

4746
steps:
47+
- name: Checkout repository
48+
uses: actions/checkout@v5
49+
4850
- name: Install the latest version of uv
4951
uses: astral-sh/setup-uv@v7
5052
with:
@@ -54,6 +56,4 @@ jobs:
5456
run: uv run --frozen ruff check .
5557

5658
- name: Test with python ${{ matrix.python-version }}
57-
run: uv run --frozen pytest
58-
59-
59+
run: uv run pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434

3535
[tool.uv]
3636
dev-dependencies = [
37-
"ruff==0.14.9",
37+
"ruff==0.14.10",
3838
"devtools[pygments]==0.12.2",
3939
"pyupgrade==3.21.2",
4040
"ipython==9.8.0",

uv.lock

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

0 commit comments

Comments
 (0)