Skip to content

Commit a39c427

Browse files
authored
feat(tooling): run typecheck checks in pre-commit on *.py (#1240)
1 parent e450665 commit a39c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
hooks:
44
- id: tox
55
name: tox
6-
entry: uvx --with=tox-uv tox --parallel -e lint
6+
entry: uvx --with=tox-uv tox --parallel -e lint,typecheck
77
language: system
88
types: [python]
99
pass_filenames: false

0 commit comments

Comments
 (0)