Skip to content

Commit 9039e19

Browse files
committed
Run dev tooling with 'uv'
1 parent b2fd830 commit 9039e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: |-
2828
uv venv
2929
uv pip sync requirements.txt
30-
ruff check .
31-
black --check .
30+
uv run ruff check .
31+
uv run black --check .
3232
working-directory: .
3333
- name: Run Pyright and summarize errors if any
3434
run: |

0 commit comments

Comments
 (0)