We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a220c commit 2c441a8Copy full SHA for 2c441a8
.pre-commit-config.yaml
@@ -49,6 +49,7 @@ repos:
49
hooks:
50
- id: mypy
51
additional_dependencies: [ "no_implicit_optional" ]
52
+ args: [ "--config-file=pyproject.toml", "--install-types", "--non-interactive" ]
53
54
- repo: local
55
0 commit comments