We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a1718 commit 9a78b15Copy full SHA for 9a78b15
1 file changed
.github/workflows/format.yml
@@ -26,20 +26,6 @@ jobs:
26
args: 'format'
27
src: '.'
28
29
- - uses: astral-sh/setup-uv@v7
30
- with:
31
- version: '0.9.26'
32
- cache-dependency-glob: |
33
- ./pyproject.toml
34
-
35
- - name: Run type checker on source
36
- run: >
37
- uvx
38
- --python-preference only-system
39
- --with tox-uv
40
- tox run-parallel -vv
41
- -m typecheck
42
43
- uses: peter-evans/create-pull-request@v8
44
with:
45
branch: create-pull-request/formatting
@@ -52,4 +38,3 @@ jobs:
52
Automated formatting by
53
[ruff-action](https://github.com/ChartBoost/ruff-action) and
54
[create-pull-request](https://github.com/peter-evans/create-pull-request)
55
0 commit comments