From 1f0e1a8f34c37f22adb52ef8d1bcf4161f0aa733 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sat, 15 Feb 2025 04:00:54 +0000 Subject: [PATCH] [bug] Remove the linter from pyproject.toml For unknown reasons, this appearing in this package breaks other packages that depend on a script called `lint`. This change temporarily reverts that so that other packages don't break. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 208be6a3..acc0b3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,10 +33,6 @@ dependencies = [ "opentelemetry-api>=1.28.2", ] -[project.scripts] -lint = "lint:main" -format = "lint:main" - [tool.uv] dev-dependencies = [ "deptry>=0.14.0",