We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 980d56c + 870a2d7 commit 512908bCopy full SHA for 512908b
.github/workflows/pre-commit.yaml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
+ with: # Fetch tags for setuptools-scm
16
+ fetch-depth: 0
17
- uses: actions/setup-python@v2
18
with:
19
python-version: "3.12"
0 commit comments