We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8a43d commit 9a1d541Copy full SHA for 9a1d541
.github/workflows/test-and-lint.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: Lint with Ruff
48
run: |
49
uv run ruff check src/typesense
50
+ uv run ruff format src/typesense
51
52
- name: Check types with mypy
53
0 commit comments