Skip to content

Commit 9a1d541

Browse files
committed
Enable ruff formatter in CI
1 parent bd8a43d commit 9a1d541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Lint with Ruff
4848
run: |
4949
uv run ruff check src/typesense
50+
uv run ruff format src/typesense
5051
5152
- name: Check types with mypy
5253
run: |

0 commit comments

Comments
 (0)