Skip to content

Commit 36d9a76

Browse files
committed
Tweaked CI to not use ruff format just ruff check for now due to annoying whitespace enforcing around :
1 parent a229d45 commit 36d9a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Ruff lint
3434
run: ruff check .
3535

36-
- name: Ruff format check
37-
run: ruff format --check .
36+
- name: Ruff check
37+
run: ruff check .
3838

3939
- name: Mypy type checking
4040
run: mypy .

0 commit comments

Comments
 (0)