From 73cae605feedd08ef3a980d2946c78470adc00c2 Mon Sep 17 00:00:00 2001 From: David Paul Graham Date: Wed, 8 Apr 2026 20:48:39 -0400 Subject: [PATCH] use pyproject.toml as the version file now those changes are merged --- .github/workflows/lint-and-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index dc24346..c577002 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -28,11 +28,9 @@ jobs: - name: "install Ruff" uses: astral-sh/ruff-action@v3 with: - version: ">=0.15,<0.16" # use args to avoid the default behavior of running ruff check automatically args: "--version" - # ToDo: use pyrpoject.toml as version-file - # version-file: "pyproject.toml" + version-file: "pyproject.toml" - name: "Check formatting" run: ruff format --check --diff