mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
.pre-commit-config.yaml: ignore missing imports for mypy
This commit is contained in:
parent
7753a12ac0
commit
c7ca230b82
2
.pre-commit-config.yaml
vendored
2
.pre-commit-config.yaml
vendored
@ -59,7 +59,7 @@ repos:
|
|||||||
rev: "v1.10.1"
|
rev: "v1.10.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
args: [--install-types, --non-interactive]
|
args: [--ignore-missing-imports, --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