Skip to content

Commit c107444

Browse files
authored
Update ci.yml
1 parent f013c76 commit c107444

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install ruff
3232
33-
- name: Auto-fix code with Ruff
34-
run: |
35-
ruff format . --fix --line-length 88 --exclude migrations,venv || true
36-
3733
- name: Run Ruff linter
3834
run: |
3935
ruff check . --select ALL --ignore F401,W391 --line-length 88

0 commit comments

Comments
 (0)