Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 32c2ff8

Browse files
Bump ruff from 0.0.206 to 0.0.215 (matrix-org#14796)
* Bump ruff from 0.0.206 to 0.0.215 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.206 to 0.0.215. - [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.206...v0.0.215) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Changelog Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 51c8ebe commit 32c2ff8

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

changelog.d/14796.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ruff from 0.0.206 to 0.0.215.

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ all = [
317317
# We pin black so that our tests don't start failing on new releases.
318318
isort = ">=5.10.1"
319319
black = ">=22.3.0"
320-
ruff = "0.0.206"
320+
ruff = "0.0.215"
321321

322322
# Typechecking
323323
mypy = "*"

0 commit comments

Comments
 (0)