mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-24 07:46:25 +02:00
remove mypy from precommit (#1718)
This commit is contained in:
parent
127b780af7
commit
0ab1924327
@ -32,11 +32,3 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
entry: poetry run flake8
|
entry: poetry run flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
||||||
rev: v0.971
|
|
||||||
hooks:
|
|
||||||
- id: mypy
|
|
||||||
name: mypy
|
|
||||||
entry: poetry run mypy
|
|
||||||
args: [--ignore-missing-imports]
|
|
||||||
additional_dependencies: [types-mock, types-protobuf]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user