mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-04 02:24:33 -05:00
* configure isort to add the future annotations import * apply the new isort setting * remove type ignores for new mypy (#13539) https://pypi.org/project/mypy/0.981/ * another
6 lines
110 B
Python
6 lines
110 B
Python
from __future__ import annotations
|
|
|
|
parallel = True
|
|
install_timelord = False
|
|
checkout_blocks_and_plots = True
|