mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00

This reverts commit 3d5b2f81fb
.
It should not be in 10.0.x branch, since we do support python 3.8
in 10.0.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
4 lines
73 B
INI
4 lines
73 B
INI
[mypy]
|
|
strict = True
|
|
disallow_untyped_calls = False
|
|
python_version = 3.8
|