Skip to content

Commit df7a1c6

Browse files
Bump ruff from 0.15.18 to 0.15.20 in the pip group (jupyterlab#133)
* Bump ruff from 0.15.18 to 0.15.20 in the pip group Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.18 to 0.15.20 - [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.18...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * Align pre-commit version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
1 parent f245022 commit df7a1c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
["traitlets", "jupyter-core", "types-requests"]
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.11
60+
rev: v0.15.20
6161
hooks:
6262
- id: ruff
6363
types_or: [python, jupyter]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
"jinja2-time"
5151
]
5252
# Check ruff version is aligned with the one in .pre-commit-config.yaml
53-
dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.15.18"]
53+
dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.15.20"]
5454

5555
[project.scripts]
5656
jupyter-builder = "jupyter_builder.main:main"

0 commit comments

Comments
 (0)