Skip to content

Commit 3b30377

Browse files
committed
pre-commit: optimize ty-check
1 parent a052ec5 commit 3b30377

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ repos:
2323
hooks:
2424
- id: ty-check
2525
name: ty check
26-
entry: uv run ty check
26+
entry: uv run --active ty check
2727
language: python
28-
types: [python]
28+
pass_filenames: false
29+
require_serial: true

0 commit comments

Comments
 (0)