Skip to content

Commit ae364e9

Browse files
committed
pre-commit fix
1 parent d623666 commit ae364e9

File tree

3 files changed

+63
-28
lines changed

3 files changed

+63
-28
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Install Requirements
2929
run: uv sync
3030

31-
- run: pre-commit run --all-files --show-diff-on-failure --color=always
31+
- run: uv run pre-commit run --all-files --show-diff-on-failure --color=always

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies = [
1010

1111
[dependency-groups]
1212
dev = [
13-
"playwright",
1413
"pyright==1.1.402",
14+
"pre-commit",
1515
]
1616

1717
[tool.codespell]

uv.lock

Lines changed: 61 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)