Skip to content

Commit 507b1b8

Browse files
authored
[bug] Remove the linter from pyproject.toml (#137)
Why === For unknown reasons, this appearing in this package breaks other packages that depend on a script called `lint`. What changed ============ This change temporarily reverts that so that other packages don't break. Test plan ========= Publish package, `uv run lint` in other packages call _their_ implementation instead of ours.
1 parent f255585 commit 507b1b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ dependencies = [
3333
"opentelemetry-api>=1.28.2",
3434
]
3535

36-
[project.scripts]
37-
lint = "lint:main"
38-
format = "lint:main"
39-
4036
[tool.uv]
4137
dev-dependencies = [
4238
"deptry>=0.14.0",

0 commit comments

Comments
 (0)