Skip to content

Commit 19af630

Browse files
committed
Prefer non-verbose mypy output in pre-commit
1 parent da53c85 commit 19af630

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
@@ -34,7 +34,7 @@ repos:
3434
rev: v1.18.2
3535
hooks:
3636
- id: mypy
37-
entry: mypy -v
37+
entry: mypy
3838
files: ^(duckdb/|_duckdb-stubs/)
3939
exclude: ^duckdb/(experimental|query_graph)/
4040
additional_dependencies: [ numpy, polars ]

0 commit comments

Comments
 (0)