Skip to content

feat(ci): Add ruff as dev dependency#107385

Merged
shashjar merged 1 commit intomasterfrom
add-ruff-as-dev-dependency-in-sentry
Feb 2, 2026
Merged

feat(ci): Add ruff as dev dependency#107385
shashjar merged 1 commit intomasterfrom
add-ruff-as-dev-dependency-in-sentry

Conversation

@shashjar
Copy link
Member

Adding ruff as a dev dependency in sentry, as a precursor to https://github.com/getsentry/getsentry/pull/19255 and the corresponding migration in the sentry repo.

ruff is already in the pypi mirror, so I think we're good there.

Followed these docs:

  • Added ruff>=0.14.0 as a dev dependency in pyproject.toml (latest version is 0.14.14)
  • Ran uv lock

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 31, 2026
@shashjar shashjar requested review from a team January 31, 2026 01:08
@shashjar shashjar marked this pull request as ready for review January 31, 2026 01:10
@shashjar shashjar merged commit 6549606 into master Feb 2, 2026
91 checks passed
@shashjar shashjar deleted the add-ruff-as-dev-dependency-in-sentry branch February 2, 2026 17:57
shellmayr pushed a commit that referenced this pull request Feb 4, 2026
Adding `ruff` as a dev dependency in `sentry`, as a precursor to
getsentry/getsentry#19255 and the corresponding
migration in the `sentry` repo.

`ruff` is already in the pypi mirror, so I think we're good there.

Followed [these
docs](https://develop.sentry.dev/development-infrastructure/python-dependencies/):
- Added `ruff>=0.14.0` as a dev dependency in `pyproject.toml` (latest
version is `0.14.14`)
- Ran `uv lock`
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants