Skip to content

Commit 1f658b8

Browse files
committed
refactor: Remove commented out code
1 parent 185f279 commit 1f658b8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

msaf/pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@ build-backend = "hatchling.build"
2828
[tool.hatch.build.targets.wheel]
2929
packages = ["agenticlayer"]
3030

31-
#[tool.uv]
32-
#prerelease = "allow"
33-
3431
[tool.uv.sources]
3532
agentic-layer-sdk = { path = "../shared" }
3633

37-
3834
[tool.pytest.ini_options]
3935
minversion = "7.0"
4036
testpaths = "tests"
@@ -47,11 +43,6 @@ addopts = """\
4743
--import-mode=importlib \
4844
--show-capture=no \
4945
"""
50-
#filterwarnings = [
51-
# "ignore::DeprecationWarning:a2a.*",
52-
# "ignore::UserWarning:agent_framework.*",
53-
# "ignore::DeprecationWarning:agent_framework.*",
54-
#]
5546

5647
[tool.ruff]
5748
line-length = 120

0 commit comments

Comments
 (0)