Skip to content

Commit 4e5441f

Browse files
committed
chore: update pre commit
1 parent c8daa18 commit 4e5441f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ repos:
55
- id: ruff
66
args: [--fix]
77
- id: ruff-format
8+
9+
- repo: local
10+
hooks:
11+
- id: ty-check
12+
name: ty check
13+
entry: ty check
14+
language: system
15+
types: [python]
16+
pass_filenames: true

0 commit comments

Comments
 (0)