We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a37ad commit 485d1a0Copy full SHA for 485d1a0
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
python -m pip install uv flake8 pytest
28
uv sync
29
+ pip install -e .
30
- name: Lint with flake8
31
run: |
32
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
0 commit comments