Skip to content

Commit ed95d12

Browse files
committed
mypy: install types non interactive
1 parent cf8c755 commit ed95d12

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
@@ -10,7 +10,7 @@ repos:
1010
rev: v1.17.0
1111
hooks:
1212
- id: mypy
13-
args: [--install-types]
13+
args: [--install-types, --non-interactive]
1414
additional_dependencies: [
1515
smbprotocol,
1616
wrapt,

0 commit comments

Comments
 (0)