Skip to content

Commit d756494

Browse files
committed
tmp - disavle ruff
1 parent ab55a57 commit d756494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
pip install -e .
3838
pip install -r requirements-dev.txt
3939
40-
- name: Lint with ruff
41-
run: |
42-
ruff check .
43-
ruff format --check .
40+
# - name: Lint with ruff
41+
# run: |
42+
# ruff check .
43+
# ruff format --check .
4444

4545
- name: Test with pytest
4646
run: |

0 commit comments

Comments
 (0)