Skip to content

Commit dd2b386

Browse files
committed
Fix: Add flake8 to CI dependencies
1 parent 1712032 commit dd2b386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
uv pip install --system -e .
28-
uv pip install --system pytest ruff black mypy
28+
uv pip install --system pytest ruff black mypy flake8
2929
3030
- name: Run linting
3131
run: make lint

0 commit comments

Comments
 (0)