We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a052ec5 commit 3b30377Copy full SHA for 3b30377
1 file changed
.pre-commit-config.yaml
@@ -23,6 +23,7 @@ repos:
23
hooks:
24
- id: ty-check
25
name: ty check
26
- entry: uv run ty check
+ entry: uv run --active ty check
27
language: python
28
- types: [python]
+ pass_filenames: false
29
+ require_serial: true
0 commit comments