1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

pre-commit: Bump mypy to current latest version

* The older version didn't like `check_untyped_defs = True` in .mypy.ini.
* Trying `-repo: local` lead to an error about config options.
* We really need a way to have this track the non-pre-commit version of mypy.
This commit is contained in:
Athanasius 2022-12-16 13:24:50 +00:00
parent f789ad6e24
commit 98527e7aa0
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -46,7 +46,7 @@ repos:
# mypy - static type checking
# mypy --follow-imports skip <file>
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.931'
rev: 'v0.991'
hooks:
- id: mypy
# verbose: true