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

Commit 218a383

Browse files
Bump ruff version from 0.0.230 to 0.0.237. (#15033)
1 parent d22c1c8 commit 218a383

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

changelog.d/15033.misc

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

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
@@ -311,7 +311,7 @@ all = [
311311
# We pin black so that our tests don't start failing on new releases.
312312
isort = ">=5.10.1"
313313
black = ">=22.3.0"
314-
ruff = "0.0.230"
314+
ruff = "0.0.237"
315315

316316
# Typechecking
317317
mypy = "*"

0 commit comments

Comments
 (0)