We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a019623 commit 339a0a1Copy full SHA for 339a0a1
pyproject.toml
@@ -28,11 +28,14 @@ classifiers = [
28
"Typing :: Typed",
29
]
30
dependencies = [
31
- "asa-api-client>=0.1.0",
+ "asa-api-client>=0.1.2",
32
"typer>=0.13.0",
33
"rich>=13.9.0",
34
35
36
+[tool.uv.sources]
37
+asa-api-client = { path = "../search-ads-api", editable = true }
38
+
39
[project.scripts]
40
asa = "asa_api_cli:app"
41
@@ -43,6 +46,7 @@ dev = [
43
46
"pytest-cov>=6.0.0",
44
47
"mypy>=1.13.0",
45
48
"ruff>=0.8.0",
49
+ "pre-commit>=4.0.0",
50
51
52
[project.urls]
@@ -59,7 +63,6 @@ testpaths = ["tests"]
59
63
[tool.mypy]
60
64
python_version = "3.13"
61
65
strict = true
62
-plugins = ["pydantic.mypy"]
66
ignore_missing_imports = true
67
warn_unused_ignores = false
68
0 commit comments