.pre-commit-config.yaml: pass 'args: [--install-types, --non-interactive]' for mypy

This commit is contained in:
Aminda Suomalainen 2024-06-19 08:48:14 +03:00
parent b9afc269bd
commit e148eab57e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ repos:
rev: "v1.10.0"
hooks:
- id: mypy
args: [--install-types, --non-interactive]
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
hooks: