Skip to content

Commit 1eb473f

Browse files
Flake Removal
1 parent 36e41fe commit 1eb473f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
run: |
3434
uv sync --all-groups --frozen
3535
36-
- name: Lint with flake8 ❄️
37-
run: |
38-
uv run flake8
39-
4036
- name: Test with pytest ✅
4137
run: |
4238
uv run pytest tests

.github/workflows/push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
run: |
3232
uv sync --all-groups --frozen
3333
34-
- name: Lint with flake8 ❄️
35-
run: |
36-
uv run flake8
37-
3834
- name: Test with pytest ✅
3935
run: |
4036
uv run pytest tests

0 commit comments

Comments
 (0)