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 54b15ed commit 714fb91Copy full SHA for 714fb91
.github/workflows/pr-verify.yaml
@@ -35,7 +35,7 @@ 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
39
build:
40
runs-on: ubuntu-latest
41
steps:
0 commit comments