Skip to content

Commit c37e1b7

Browse files
committed
fine_python_mypy v0.2.0
1 parent 7e7ed4f commit c37e1b7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/fine_python_mypy/fine_python_mypy/ast_provider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# import time
22
from pathlib import Path
33

4-
import mypy.nodes as mypy_nodes
54
import mypy.build as mypy_build
65
import mypy.modulefinder as modulefinder
6+
import mypy.nodes as mypy_nodes
77
import mypy.options as mypy_options
8-
from finecode_extension_api.interfaces import ifilemanager, icache, ilogger
9-
108
from fine_python_mypy import iast_provider
119

10+
from finecode_extension_api.interfaces import icache, ifilemanager, ilogger
11+
1212

1313
class MypySingleAstProvider(iast_provider.IMypySingleAstProvider):
1414
CACHE_KEY = "MypySingleAstProvider"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "fine-python-mypy"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
77
requires-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)"]

0 commit comments

Comments
 (0)