mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
.pre-commit-config.yaml: pass 'args: [--install-types, --non-interactive]' for mypy
This commit is contained in:
parent
b9afc269bd
commit
e148eab57e
1
.pre-commit-config.yaml
vendored
1
.pre-commit-config.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user