Skip to content

Commit 6837ed4

Browse files
chore: bump ruff
Bumps the minor-and-patch group with 1 update in the /backend directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.20 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 985744d commit 6837ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ dev = [
271271
# formatter's output, which can shift between ruff releases. A floating
272272
# spec let CI pick a newer ruff than contributors ran locally, so formatted
273273
# code still failed the check. Bump this deliberately when adopting a new ruff.
274-
"ruff==0.15.20",
274+
"ruff==0.16.3",
275275
"mypy>=1.13.0",
276276
"pre-commit>=4.0.0",
277277
"pyinstaller>=6.0.0",

0 commit comments

Comments
 (0)