Skip to content

Commit 870a2d7

Browse files
committed
Fetch tags during pre-commit.yaml
1 parent 980d56c commit 870a2d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with: # Fetch tags for setuptools-scm
16+
fetch-depth: 0
1517
- uses: actions/setup-python@v2
1618
with:
1719
python-version: "3.12"

0 commit comments

Comments
 (0)