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 58bd094 commit 8f0a5bbCopy full SHA for 8f0a5bb
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Get history and tags for SCM versioning to work
21
run: |
22
git fetch --prune --unshallow
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- "3"
14
- "3.7"
15
- name: Set up Python
uses: actions/setup-python@v5
with:
.github/workflows/type-check.yml
@@ -7,5 +7,5 @@ jobs:
7
type_check:
8
9
10
11
- run: pipx run uv tool run --with .[typecheck] basedpyright
0 commit comments