Skip to content

Commit 2d93f1e

Browse files
manage-repositories-app[bot]rnetsercursoragentmyakove
authored
fix(deps): move ruff from runtime to dev dependency group (#2780) (#2784)
ruff is a linter/formatter — it has no runtime purpose and adds ~11MB of platform-specific binaries to every install. It is already managed via pre-commit hooks (ruff-pre-commit), so it only needs to be available for local development. Move ruff from dependencies to [dependency-groups] dev. Co-authored-by: Ruth Netser <rnetser@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
1 parent 49b797b commit 2d93f1e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ dependencies = [
114114
"python-simple-logger>=1.0.40",
115115
"requests>=2.32.2",
116116
"rich>=13.9.2",
117-
"ruff>=0.6.9",
118117
"timeout-sampler>=0.0.46",
119118
"xmltodict>=0.13.0",
120119
"fastmcp>=2.10.4",
@@ -152,4 +151,4 @@ build-backend = "hatchling.build"
152151

153152
[dependency-groups]
154153
tests = ["pytest>=8.3.5", "pytest-cov>=6.1.1"]
155-
dev = ["ipdb>=0.13.13", "ipython>=8.12.3"]
154+
dev = ["ipdb>=0.13.13", "ipython>=8.12.3", "ruff>=0.6.9"]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)