Skip to content

Commit 798f8fb

Browse files
committed
Look in pyproject.toml in root by default
1 parent 7749cb7 commit 798f8fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Display Ruff version
21-
uses: astral-sh/ruff-action@v3 # Installs ruff for use in later steps
21+
uses: astral-sh/ruff-action@v3
22+
# Installs ruff for use in later steps
23+
# Installs version from dev dependencies in pyproject.toml
2224
with:
2325
args: --version
24-
version-file: "pyproject.toml"
2526
- name: Lint with Ruff
2627
run: ruff check
2728
- name: Format with Ruff

0 commit comments

Comments
 (0)