Skip to content

Commit 2c96940

Browse files
committed
CI: switch from black to ruff format check (matches pre-commit)
1 parent ac0273c commit 2c96940

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
run: |
3737
pdm run ruff check .
3838
39-
- name: Format check with black
39+
- name: Format check with ruff
4040
run: |
41-
pdm run black --check --target-version py310 .
41+
pdm run ruff format --check .
4242
4343
- name: Type check with mypy
4444
run: |

0 commit comments

Comments
 (0)