Skip to content

Commit fb49d88

Browse files
committed
Remove ruff format check, replaced by black lint job
1 parent 005bd48 commit fb49d88

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Install requirements
3333
run: |
3434
pip install ".[test]"
35-
- name: Check formatting with ruff
36-
run: |
37-
ruff format --check spicepy tests
3835
- name: Lint with ruff
3936
run: |
4037
ruff check spicepy tests

0 commit comments

Comments
 (0)