Skip to content

Commit 111575b

Browse files
committed
add ty
1 parent 5cbd78e commit 111575b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
hooks:
5656
- id: ty
5757
name: ty
58-
entry: uv run --frozen ty check
58+
entry: uv run --frozen --with ty ty check
5959
language: system
6060
files: ^(src|tests)/.*\.py$
6161
exclude: ^src/\{\{\ python_package_name\ \}\}/__init__\.py$

.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ repos:
5555
hooks:
5656
- id: ty
5757
name: ty
58-
entry: uv run --frozen ty check
58+
entry: uv run --frozen --with ty ty check
5959
language: system
6060
files: ^(src|tests)/.*\.py$

0 commit comments

Comments
 (0)