File tree Expand file tree Collapse file tree
extensions/fine_python_mypy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# import time
22from pathlib import Path
33
4- import mypy .nodes as mypy_nodes
54import mypy .build as mypy_build
65import mypy .modulefinder as modulefinder
6+ import mypy .nodes as mypy_nodes
77import mypy .options as mypy_options
8- from finecode_extension_api .interfaces import ifilemanager , icache , ilogger
9-
108from fine_python_mypy import iast_provider
119
10+ from finecode_extension_api .interfaces import icache , ifilemanager , ilogger
11+
1212
1313class MypySingleAstProvider (iast_provider .IMypySingleAstProvider ):
1414 CACHE_KEY = "MypySingleAstProvider"
Original file line number Diff line number Diff line change 11[project ]
22name = " fine-python-mypy"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " "
55authors = [{ name = " Vladyslav Hnatiuk" , email = " aders1234@gmail.com" }]
66readme = " README.md"
77requires-python = " >=3.11, < 3.14"
8- dependencies = [" finecode_extension_api==0.1 .*" , " mypy (>=1.15, <2.0)" ]
8+ dependencies = [" finecode_extension_api==0.3 .*" , " mypy (>=1.15, <2.0)" ]
You can’t perform that action at this time.
0 commit comments