Skip to content

Commit 6444459

Browse files
Bump ruff from 0.0.270 to 0.0.271 (jupyterlab#14655)
* Bump ruff from 0.0.270 to 0.0.271 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.270 to 0.0.271. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.270...v0.0.271) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Align ruff version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <[email protected]>
1 parent 8a5c30f commit 6444459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- id: black
3838

3939
- repo: https://github.com/charliermarsh/ruff-pre-commit
40-
rev: v0.0.270
40+
rev: v0.0.271
4141
hooks:
4242
- id: ruff
4343
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dev = [
115115
"coverage",
116116
"hatch",
117117
"bump2version",
118-
"ruff==0.0.270",
118+
"ruff==0.0.271",
119119
"black[jupyter]==23.3.0"
120120
]
121121

0 commit comments

Comments
 (0)