We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714fb91 commit 8fb4db8Copy full SHA for 8fb4db8
.github/workflows/pr-verify.yaml
@@ -35,7 +35,8 @@ jobs:
35
- uses: astral-sh/ruff-action@v3
36
with:
37
args: "format --check --diff"
38
- version-file: src/pyproject.toml # tooling generally assumes the pyproject will be at the root of the repo
+ src: ./src
39
+ version-file: ./src/pyproject.toml
40
build:
41
runs-on: ubuntu-latest
42
steps:
0 commit comments