We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e41fe commit 1eb473fCopy full SHA for 1eb473f
.github/workflows/deploy.yml
@@ -33,10 +33,6 @@ jobs:
33
run: |
34
uv sync --all-groups --frozen
35
36
- - name: Lint with flake8 ❄️
37
- run: |
38
- uv run flake8
39
-
40
- name: Test with pytest ✅
41
42
uv run pytest tests
.github/workflows/push.yml
@@ -31,10 +31,6 @@ jobs:
31
32
0 commit comments