Skip to content

Commit 075b89c

Browse files
committed
ci(build): Remove flake8 step from workflow
1 parent 09917d6 commit 075b89c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
run: |
3333
uv sync --extra everything --dev
3434
35-
- name: Run flake8
36-
run: |
37-
uv run flake8 --count --show-source --statistics src/ tests/
38-
3935
- name: Run pylint
4036
run: |
4137
uv run pylint src/ tests/

0 commit comments

Comments
 (0)