We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623550a commit 33739f5Copy full SHA for 33739f5
pyproject.toml
@@ -58,14 +58,14 @@ python_functions = ["test_*"]
58
59
[tool.ruff]
60
line-length = 100
61
-target-version = "py39"
+target-version = "0.1.1"
62
63
[tool.black]
64
65
target-version = ["py39"]
66
67
[tool.mypy]
68
-python_version = "3.9"
+python_version = "0.1.1"
69
warn_return_any = true
70
warn_unused_configs = true
71
disallow_untyped_defs = true
src/python_introspect/__init__.py
@@ -9,7 +9,7 @@
9
type resolution for framework-specific types (lazy configs, proxies, etc.)
10
"""
11
12
-__version__ = "0.1.0"
+__version__ = "0.1.1"
13
14
from .signature_analyzer import (
15
SignatureAnalyzer,
0 commit comments