.pre-commit-config.yaml: add args for mypy

This commit is contained in:
Aminda Suomalainen 2024-06-19 08:50:53 +03:00
parent 0b29f1e813
commit 0a78c0a61d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

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