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 c27f5a4 commit 4523b90Copy full SHA for 4523b90
1 file changed
.github/workflows/main.yml
@@ -35,13 +35,6 @@ jobs:
35
run: |
36
uv run hatch run quality:typecheck
37
38
- - name: Comment PR
39
- if: github.event_name == 'pull_request' && failure()
40
- uses: marocchino/sticky-pull-request-comment@v2
41
- with:
42
- message: 'Please format your code with [black](https://black.readthedocs.io): `make black`.'
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
-
45
testing:
46
runs-on: ubuntu-latest
47
strategy:
@@ -51,7 +44,7 @@ jobs:
51
- '3.11'
52
- '3.12'
53
- '3.13'
54
- needs: formatting
+ # needs: formatting
55
48
steps:
56
49
- uses: actions/checkout@v5
57
50
0 commit comments