Skip to content

Commit 2ce92eb

Browse files
ci(github): add back black and ruff in lint.yml
1 parent a322e98 commit 2ce92eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ jobs:
2323
- name: Type check
2424
run: mypy .
2525

26+
- name: Run Black
27+
run: black --check .
28+
29+
- name: Run Ruff
30+
run: ruff check
31+
2632
- name: Run pre-commit hooks
2733
run: pre-commit run --all-files

0 commit comments

Comments
 (0)