Skip to content

Commit 73cae60

Browse files
committed
use pyproject.toml as the version file now those changes are merged
1 parent fc2357e commit 73cae60

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
- name: "install Ruff"
2929
uses: astral-sh/ruff-action@v3
3030
with:
31-
version: ">=0.15,<0.16"
3231
# use args to avoid the default behavior of running ruff check automatically
3332
args: "--version"
34-
# ToDo: use pyrpoject.toml as version-file
35-
# version-file: "pyproject.toml"
33+
version-file: "pyproject.toml"
3634

3735
- name: "Check formatting"
3836
run: ruff format --check --diff

0 commit comments

Comments
 (0)