mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +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"
|
rev: "v1.10.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
args: [--install-types, --non-interactive]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.16.0
|
rev: v3.16.0
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user